#B9FCCA

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

Shades of Granny Apple #B9FCCA

Tints of Granny Apple #B9FCCA

Color information

#B9FCCA (or 0xB9FCCA) is unknown color: approx Granny Apple. HEX triplet: B9, FC and CA. RGB value is (185,252,202). Sum of RGB (Red+Green+Blue) = 185+252+202=639 (84% of max value = 765). Red value is 185 (72.66% from 255 or 28.95% from 639); Green value is 252 (98.83% from 255 or 39.44% from 639); Blue value is 202 (79.30% from 255 or 31.61% from 639); Max value from RGB is 252 - color contains mainly: green. Hex color #B9FCCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FCCA is #460335. Grayscale: #E2E2E2. Windows color (decimal): -4588342 or 13302969. OLE color: 13302969.

HSL color Cylindrical-coordinate representation of color #B9FCCA: hue angle of 135.22º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9FCCA is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB185252202-
CMYK0.2700.200.01
HSL135.22º91.78%85.69%-
HSV(B)135.22º26.59%98.82%-
XYZ65.4884.268.68-
YUV226.27114.398.57-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.95%
GREEN value IS 252 (98.83% from 255) = 39.44%
BLUE value IS 202 (79.30% from 255) = 31.61%
R=28.95%
G=39.44%
B=31.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1852522020.2700.200.01135.2291.7885.69
HexB9FCCA1B0141875c56
Octal271374312330241207134126
Binary1011100111111100110010101101101010011000011110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FCCA; }

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

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

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

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

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

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

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

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