#B9EFCB

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

Shades of Granny Apple #B9EFCB

Tints of Granny Apple #B9EFCB

Color information

#B9EFCB (or 0xB9EFCB) is unknown color: approx Granny Apple. HEX triplet: B9, EF and CB. RGB value is (185,239,203). Sum of RGB (Red+Green+Blue) = 185+239+203=627 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.51% from 627); Green value is 239 (93.75% from 255 or 38.12% from 627); Blue value is 203 (79.69% from 255 or 32.38% from 627); Max value from RGB is 239 - color contains mainly: green. Hex color #B9EFCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EFCB is #461034. Grayscale: #DADADA. Windows color (decimal): -4591669 or 13365177. OLE color: 13365177.

HSL color Cylindrical-coordinate representation of color #B9EFCB: hue angle of 140º 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 #B9EFCB is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB185239203-
CMYK0.2300.150.06
HSL140º62.79%83.14%-
HSV(B)140º22.59%93.73%-
XYZ61.6576.3667.99-
YUV218.75119.11103.93-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.51%
GREEN value IS 239 (93.75% from 255) = 38.12%
BLUE value IS 203 (79.69% from 255) = 32.38%
R=29.51%
G=38.12%
B=32.38%

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
Decimal1852392030.2300.150.0614062.7983.14
HexB9EFCB170F68c3f53
Octal27135731327017621477123
Binary1011100111101111110010111011101111110100011001111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EFCB; }

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

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

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

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

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

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

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

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