#BBDBC8

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

Shades of Edgewater #BBDBC8

Tints of Edgewater #BBDBC8

Color information

#BBDBC8 (or 0xBBDBC8) is unknown color: approx Edgewater. HEX triplet: BB, DB and C8. RGB value is (187,219,200). Sum of RGB (Red+Green+Blue) = 187+219+200=606 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.86% from 606); Green value is 219 (85.94% from 255 or 36.14% from 606); Blue value is 200 (78.52% from 255 or 33.00% from 606); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDBC8 is #442437. Grayscale: #CFCFCF. Windows color (decimal): -4465720 or 13163451. OLE color: 13163451.

HSL color Cylindrical-coordinate representation of color #BBDBC8: hue angle of 144.38º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBDBC8 is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB187219200-
CMYK0.1500.090.14
HSL144.38º30.77%79.61%-
HSV(B)144.38º14.61%85.88%-
XYZ56.2565.464.3-
YUV207.27123.9113.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.86%
GREEN value IS 219 (85.94% from 255) = 36.14%
BLUE value IS 200 (78.52% from 255) = 33.00%
R=30.86%
G=36.14%
B=33.00%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872192000.1500.090.14144.3830.7779.61
HexBBDBC8F09E901f50
Octal273333310170111622037120
Binary101110111101101111001000111101001111010010000111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDBC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDBC8; }

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

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

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

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

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

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

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

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