#B9F0CA

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

Shades of Granny Apple #B9F0CA

Tints of Granny Apple #B9F0CA

Color information

#B9F0CA (or 0xB9F0CA) is unknown color: approx Granny Apple. HEX triplet: B9, F0 and CA. RGB value is (185,240,202). Sum of RGB (Red+Green+Blue) = 185+240+202=627 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.51% from 627); Green value is 240 (94.14% from 255 or 38.28% from 627); Blue value is 202 (79.30% from 255 or 32.22% from 627); Max value from RGB is 240 - color contains mainly: green. Hex color #B9F0CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9F0CA is #460F35. Grayscale: #DBDBDB. Windows color (decimal): -4591414 or 13299897. OLE color: 13299897.

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

Color convert

RGB185240202-
CMYK0.2300.160.06
HSL138.55º64.71%83.33%-
HSV(B)138.55º22.92%94.12%-
XYZ61.8376.967.46-
YUV219.22118.28103.59-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.51%
GREEN value IS 240 (94.14% from 255) = 38.28%
BLUE value IS 202 (79.30% from 255) = 32.22%
R=29.51%
G=38.28%
B=32.22%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1852402020.2300.160.06138.5564.7183.33
HexB9F0CA1701068b4153
Octal271360312270206213101123
Binary101110011111000011001010101110100001101000101110000011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9F0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9F0CA; }

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

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

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

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

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

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

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

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