#BBFFCF

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

Shades of Granny Apple #BBFFCF

Tints of Granny Apple #BBFFCF

Color information

#BBFFCF (or 0xBBFFCF) is unknown color: approx Granny Apple. HEX triplet: BB, FF and CF. RGB value is (187,255,207). Sum of RGB (Red+Green+Blue) = 187+255+207=649 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.81% from 649); Green value is 255 (100% from 255 or 39.29% from 649); Blue value is 207 (81.25% from 255 or 31.90% from 649); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFFCF is #440030. Grayscale: #E5E5E5. Windows color (decimal): -4456497 or 13631419. OLE color: 13631419.

HSL color Cylindrical-coordinate representation of color #BBFFCF: hue angle of 137.65º 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 #BBFFCF is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB187255207-
CMYK0.2700.190
HSL137.65º100%86.67%-
HSV(B)137.65º26.67%100%-
XYZ67.5286.5972.19-
YUV229.2115.4797.9-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.81%
GREEN value IS 255 (100% from 255) = 39.29%
BLUE value IS 207 (81.25% from 255) = 31.90%
R=28.81%
G=39.29%
B=31.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1872552070.2700.190137.6510086.67
HexBBFFCF1B01308a6457
Octal273377317330230212144127
Binary1011101111111111110011111101101001101000101011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFFCF; }

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

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

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

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

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

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

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

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