#BBFED2

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

Shades of Granny Apple #BBFED2

Tints of Granny Apple #BBFED2

Color information

#BBFED2 (or 0xBBFED2) is unknown color: approx Granny Apple. HEX triplet: BB, FE and D2. RGB value is (187,254,210). Sum of RGB (Red+Green+Blue) = 187+254+210=651 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.73% from 651); Green value is 254 (99.61% from 255 or 39.02% from 651); Blue value is 210 (82.42% from 255 or 32.26% from 651); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFED2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFED2 is #44012D. Grayscale: #E5E5E5. Windows color (decimal): -4456750 or 13827771. OLE color: 13827771.

HSL color Cylindrical-coordinate representation of color #BBFED2: hue angle of 140.6º 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 #BBFED2 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.

Color convert

RGB187254210-
CMYK0.2600.170.00
HSL140.6º97.1%86.47%-
HSV(B)140.6º26.38%99.61%-
XYZ67.5786.174.03-
YUV228.95117.398.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.73%
GREEN value IS 254 (99.61% from 255) = 39.02%
BLUE value IS 210 (82.42% from 255) = 32.26%
R=28.73%
G=39.02%
B=32.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1872542100.2600.170.00140.697.186.47
HexBBFED21A01108d6156
Octal273376322320210215141126
Binary1011101111111110110100101101001000101000110111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFED2; }

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

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

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

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

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

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

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

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