Html Css Color HEX #B9F0CA Granny Apple

📋 copy color: '#B9F0CA'

red 185 ◦ green 240 ◦ blue 202

#B9F0CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granny Apple #B9F0CA

Tints of Granny Apple #B9F0CA

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.3% from 255) = 32.22%

R = 29.51%
G = 38.28%
B = 32.22%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#B9F0CA (or 0xB9F0CA) is known color: 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

RGB 185 240 202 -
CMYK 0.23 0 0.16 0.06
HSL 138.55º 0.65% 0.83% -
HSV(B) 138.55º 0.23% 0.94% -
XYZ 61.83 76.9 67.46 -
YUV 219.22 118.28 103.59 -
System Red Green Blue C M Y K H S L
Decimal 185 240 202 0.23 0 0.16 0.06 138.55 0.65 0.83
Hex B9 F0 CA 17 0 10 6 8B 41 53
Octal 271 360 312 27 0 20 6 213 101 123
Binary 10111001 11110000 11001010 10111 0 10000 110 10001011 1000001 1010011

Color Harmonies of #B9F0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9F0CA

Black with #B9F0CA

Text Example


Text Example

White with #B9F0CA

Text Example


Text Example

HTML Codes & Css Web 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>