#BBFFCC

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

Shades of Granny Apple #BBFFCC

Tints of Granny Apple #BBFFCC

Color information

#BBFFCC (or 0xBBFFCC) is unknown color: approx Granny Apple. HEX triplet: BB, FF and CC. RGB value is (187,255,204). Sum of RGB (Red+Green+Blue) = 187+255+204=646 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.95% from 646); Green value is 255 (100% from 255 or 39.47% from 646); Blue value is 204 (80.08% from 255 or 31.58% from 646); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFFCC is #440033. Grayscale: #E4E4E4. Windows color (decimal): -4456500 or 13434811. OLE color: 13434811.

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

Color convert

RGB187255204-
CMYK0.2700.20
HSL135º100%86.67%-
HSV(B)135º26.67%100%-
XYZ67.1586.4470.27-
YUV228.85113.9798.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.95%
GREEN value IS 255 (100% from 255) = 39.47%
BLUE value IS 204 (80.08% from 255) = 31.58%
R=28.95%
G=39.47%
B=31.58%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1872552040.2700.2013510086.67
HexBBFFCC1B0140876457
Octal273377314330240207144127
Binary1011101111111111110011001101101010001000011111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFFCC; }

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

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

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

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

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

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

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

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