Html Css Color HEX #B9FFCC Granny Apple

📋 copy color: '#B9FFCC'

red 185 ◦ green 255 ◦ blue 204

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

Shades of Granny Apple #B9FFCC

Tints of Granny Apple #B9FFCC

RGB

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

 GREEN value IS 255 (100% from 255) = 39.6%

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

R = 28.73%
G = 39.6%
B = 31.68%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#B9FFCC (or 0xB9FFCC) is known color: Granny Apple. HEX triplet: B9, FF and CC. RGB value is (185,255,204). Sum of RGB (Red+Green+Blue) = 185+255+204=644 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.73% from 644); Green value is 255 (100% from 255 or 39.60% from 644); Blue value is 204 (80.08% from 255 or 31.68% from 644); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FFCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FFCC is #460033. Grayscale: #E4E4E4. Windows color (decimal): -4587572 or 13434809. OLE color: 13434809.

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

Color convert

RGB 185 255 204 -
CMYK 0.27 0 0.2 0
HSL 136.29º 1% 0.86% -
HSV(B) 136.29º 0.27% 1% -
XYZ 66.67 86.19 70.25 -
YUV 228.26 114.31 97.15 -
System Red Green Blue C M Y K H S L
Decimal 185 255 204 0.27 0 0.2 0 136.29 1 0.86
Hex B9 FF CC 1B 0 14 0 88 64 56
Octal 271 377 314 33 0 24 0 210 144 126
Binary 10111001 11111111 11001100 11011 0 10100 0 10001000 1100100 1010110

Color Harmonies of #B9FFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FFCC

Black with #B9FFCC

Text Example


Text Example

White with #B9FFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9FFCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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