#BBDEC8

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

Shades of Granny Apple #BBDEC8

Tints of Granny Apple #BBDEC8

Color information

#BBDEC8 (or 0xBBDEC8) is unknown color: approx Granny Apple. HEX triplet: BB, DE and C8. RGB value is (187,222,200). Sum of RGB (Red+Green+Blue) = 187+222+200=609 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.71% from 609); Green value is 222 (87.11% from 255 or 36.45% from 609); Blue value is 200 (78.52% from 255 or 32.84% from 609); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDEC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDEC8 is #442137. Grayscale: #D1D1D1. Windows color (decimal): -4464952 or 13164219. OLE color: 13164219.

HSL color Cylindrical-coordinate representation of color #BBDEC8: hue angle of 142.29º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBDEC8 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB187222200-
CMYK0.1600.100.13
HSL142.29º34.65%80.2%-
HSV(B)142.29º15.77%87.06%-
XYZ57.0466.9864.57-
YUV209.03122.9112.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.71%
GREEN value IS 222 (87.11% from 255) = 36.45%
BLUE value IS 200 (78.52% from 255) = 32.84%
R=30.71%
G=36.45%
B=32.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872222000.1600.100.13142.2934.6580.2
HexBBDEC8100AD8e2350
Octal273336310200121521643120
Binary10111011110111101100100010000010101101100011101000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDEC8; }

 p { color: rgb(187,222,200); }

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

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

 a { background-color: rgb(187,222,200); }

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

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

 span { border-color: rgb(187,222,200); }

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