#B9EFCA

Color #B9EFCA Granny Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Apple #B9EFCA

Tints of Granny Apple #B9EFCA

Color information

#B9EFCA (or 0xB9EFCA) is unknown color: approx Granny Apple. HEX triplet: B9, EF and CA. RGB value is (185,239,202). Sum of RGB (Red+Green+Blue) = 185+239+202=626 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.55% from 626); Green value is 239 (93.75% from 255 or 38.18% from 626); Blue value is 202 (79.30% from 255 or 32.27% from 626); Max value from RGB is 239 - color contains mainly: green. Hex color #B9EFCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EFCA is #461035. Grayscale: #DADADA. Windows color (decimal): -4591670 or 13299641. OLE color: 13299641.

HSL color Cylindrical-coordinate representation of color #B9EFCA: hue angle of 138.89º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9EFCA is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB185239202-
CMYK0.2300.150.06
HSL138.89º62.79%83.14%-
HSV(B)138.89º22.59%93.73%-
XYZ61.5376.3167.36-
YUV218.64118.61104.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 185 (72.66% from 255) = 29.55%
GREEN value IS 239 (93.75% from 255) = 38.18%
BLUE value IS 202 (79.30% from 255) = 32.27%
R=29.55%
G=38.18%
B=32.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1852392020.2300.150.06138.8962.7983.14
HexB9EFCA170F68b3f53
Octal27135731227017621377123
Binary1011100111101111110010101011101111110100010111111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EFCA; }

 p { color: rgb(185,239,202); }

 H1.HeaderClassName
 {
   color: #B9EFCA;
 }
 .AnyTagClassName
 {
   color: #B9EFCA;
 }
</style>
background-color css

<style>
 a { background-color: #B9EFCA; }

 a { background-color: rgb(185,239,202); }

 div.DivClassName
 {
   background-color: #B9EFCA;
 }
 .BgClassName
 {
   background-color: #B9EFCA;
 }
</style>
border-color css

<style>
 span { border-color: #B9EFCA; }

 span { border-color: rgb(185,239,202); }

 td.TdClassName
 {
   border-color: #B9EFCA;
 }
 .TagClassName
 {
   border-color: #B9EFCA;
 }
</style>