Html Css Color HEX #B9F2CC Granny Apple

📋 copy color: '#B9F2CC'

red 185 ◦ green 242 ◦ blue 204

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

Shades of Granny Apple #B9F2CC

Tints of Granny Apple #B9F2CC

RGB

 RED value IS 185 (72.66% from 255) = 29.32%

 GREEN value IS 242 (94.92% from 255) = 38.35%

 BLUE value IS 204 (80.08% from 255) = 32.33%

R = 29.32%
G = 38.35%
B = 32.33%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#B9F2CC (or 0xB9F2CC) is known color: Granny Apple. HEX triplet: B9, F2 and CC. RGB value is (185,242,204). Sum of RGB (Red+Green+Blue) = 185+242+204=631 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.32% from 631); Green value is 242 (94.92% from 255 or 38.35% from 631); Blue value is 204 (80.08% from 255 or 32.33% from 631); Max value from RGB is 242 - color contains mainly: green. Hex color #B9F2CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9F2CC is #460D33. Grayscale: #DCDCDC. Windows color (decimal): -4590900 or 13431481. OLE color: 13431481.

HSL color Cylindrical-coordinate representation of color #B9F2CC: hue angle of 140º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B9F2CC is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 185 242 204 -
CMYK 0.24 0 0.16 0.05
HSL 140º 0.69% 0.84% -
HSV(B) 140º 0.24% 0.95% -
XYZ 62.66 78.18 68.91 -
YUV 220.63 118.62 102.59 -
System Red Green Blue C M Y K H S L
Decimal 185 242 204 0.24 0 0.16 0.05 140 0.69 0.84
Hex B9 F2 CC 18 0 10 5 8C 45 54
Octal 271 362 314 30 0 20 5 214 105 124
Binary 10111001 11110010 11001100 11000 0 10000 101 10001100 1000101 1010100

Color Harmonies of #B9F2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9F2CC

Black with #B9F2CC

Text Example


Text Example

White with #B9F2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9F2CC; }

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

 H1.HeaderClassName
 {
   color: #B9F2CC;
 }
 .AnyTagClassName
 {
   color: #B9F2CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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