#B9FBCC

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

Shades of Granny Apple #B9FBCC

Tints of Granny Apple #B9FBCC

Color information

#B9FBCC (or 0xB9FBCC) is unknown color: approx Granny Apple. HEX triplet: B9, FB and CC. RGB value is (185,251,204). Sum of RGB (Red+Green+Blue) = 185+251+204=640 (84% of max value = 765). Red value is 185 (72.66% from 255 or 28.91% from 640); Green value is 251 (98.44% from 255 or 39.22% from 640); Blue value is 204 (80.08% from 255 or 31.88% from 640); Max value from RGB is 251 - color contains mainly: green. Hex color #B9FBCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FBCC is #460433. Grayscale: #E2E2E2. Windows color (decimal): -4588596 or 13433785. OLE color: 13433785.

HSL color Cylindrical-coordinate representation of color #B9FBCC: hue angle of 137.27º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9FBCC is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB185251204-
CMYK0.2600.190.02
HSL137.27º89.19%85.49%-
HSV(B)137.27º26.29%98.43%-
XYZ65.483.6769.83-
YUV225.91115.6398.82-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.91%
GREEN value IS 251 (98.44% from 255) = 39.22%
BLUE value IS 204 (80.08% from 255) = 31.88%
R=28.91%
G=39.22%
B=31.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1852512040.2600.190.02137.2789.1985.49
HexB9FBCC1A0132895955
Octal271373314320232211131125
Binary10111001111110111100110011010010011101000100110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FBCC; }

 p { color: rgb(185,251,204); }

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

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

 a { background-color: rgb(185,251,204); }

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

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

 span { border-color: rgb(185,251,204); }

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