#BBFECE

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

Shades of Granny Apple #BBFECE

Tints of Granny Apple #BBFECE

Color information

#BBFECE (or 0xBBFECE) is unknown color: approx Granny Apple. HEX triplet: BB, FE and CE. RGB value is (187,254,206). Sum of RGB (Red+Green+Blue) = 187+254+206=647 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.90% from 647); Green value is 254 (99.61% from 255 or 39.26% from 647); Blue value is 206 (80.86% from 255 or 31.84% from 647); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFECE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFECE is #440131. Grayscale: #E4E4E4. Windows color (decimal): -4456754 or 13565627. OLE color: 13565627.

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

Color convert

RGB187254206-
CMYK0.2600.190.00
HSL137.01º97.1%86.47%-
HSV(B)137.01º26.38%99.61%-
XYZ67.0885.971.44-
YUV228.49115.398.4-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.90%
GREEN value IS 254 (99.61% from 255) = 39.26%
BLUE value IS 206 (80.86% from 255) = 31.84%
R=28.90%
G=39.26%
B=31.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1872542060.2600.190.00137.0197.186.47
HexBBFECE1A0130896156
Octal273376316320230211141126
Binary1011101111111110110011101101001001101000100111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFECE; }

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

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

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

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

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

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

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

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