#BBFFD0

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

Shades of Granny Apple #BBFFD0

Tints of Granny Apple #BBFFD0

Color information

#BBFFD0 (or 0xBBFFD0) is unknown color: approx Granny Apple. HEX triplet: BB, FF and D0. RGB value is (187,255,208). Sum of RGB (Red+Green+Blue) = 187+255+208=650 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.77% from 650); Green value is 255 (100% from 255 or 39.23% from 650); Blue value is 208 (81.64% from 255 or 32% from 650); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFFD0 is #44002F. Grayscale: #E5E5E5. Windows color (decimal): -4456496 or 13696955. OLE color: 13696955.

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

Color convert

RGB187255208-
CMYK0.2700.180
HSL138.53º100%86.67%-
HSV(B)138.53º26.67%100%-
XYZ67.6486.6472.83-
YUV229.31115.9797.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.77%
GREEN value IS 255 (100% from 255) = 39.23%
BLUE value IS 208 (81.64% from 255) = 32%
R=28.77%
G=39.23%
B=32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1872552080.2700.180138.5310086.67
HexBBFFD01B01208b6457
Octal273377320330220213144127
Binary1011101111111111110100001101101001001000101111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFFD0; }

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

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

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

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

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

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

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

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