#BBFACE

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

Shades of Granny Apple #BBFACE

Tints of Granny Apple #BBFACE

Color information

#BBFACE (or 0xBBFACE) is unknown color: approx Granny Apple. HEX triplet: BB, FA and CE. RGB value is (187,250,206). Sum of RGB (Red+Green+Blue) = 187+250+206=643 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.08% from 643); Green value is 250 (98.05% from 255 or 38.88% from 643); Blue value is 206 (80.86% from 255 or 32.04% from 643); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFACE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFACE is #440531. Grayscale: #E2E2E2. Windows color (decimal): -4457778 or 13564603. OLE color: 13564603.

HSL color Cylindrical-coordinate representation of color #BBFACE: hue angle of 138.1º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBFACE is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB187250206-
CMYK0.2500.180.02
HSL138.1º86.3%85.69%-
HSV(B)138.1º25.2%98.04%-
XYZ65.8283.3971.02-
YUV226.15116.63100.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.08%
GREEN value IS 250 (98.05% from 255) = 38.88%
BLUE value IS 206 (80.86% from 255) = 32.04%
R=29.08%
G=38.88%
B=32.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872502060.2500.180.02138.186.385.69
HexBBFACE1901228a5656
Octal273372316310222212126126
Binary10111011111110101100111011001010010101000101010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFACE; }

 p { color: rgb(187,250,206); }

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

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

 a { background-color: rgb(187,250,206); }

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

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

 span { border-color: rgb(187,250,206); }

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