#BBDBC6

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

Shades of Edgewater #BBDBC6

Tints of Edgewater #BBDBC6

Color information

#BBDBC6 (or 0xBBDBC6) is unknown color: approx Edgewater. HEX triplet: BB, DB and C6. RGB value is (187,219,198). Sum of RGB (Red+Green+Blue) = 187+219+198=604 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.96% from 604); Green value is 219 (85.94% from 255 or 36.26% from 604); Blue value is 198 (77.73% from 255 or 32.78% from 604); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDBC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDBC6 is #442439. Grayscale: #CFCFCF. Windows color (decimal): -4465722 or 13032379. OLE color: 13032379.

HSL color Cylindrical-coordinate representation of color #BBDBC6: hue angle of 140.62º 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 #BBDBC6 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB187219198-
CMYK0.1500.100.14
HSL140.62º30.77%79.61%-
HSV(B)140.62º14.61%85.88%-
XYZ56.0265.3163.08-
YUV207.04122.9113.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.96%
GREEN value IS 219 (85.94% from 255) = 36.26%
BLUE value IS 198 (77.73% from 255) = 32.78%
R=30.96%
G=36.26%
B=32.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872191980.1500.100.14140.6230.7779.61
HexBBDBC6F0AE8d1f50
Octal273333306170121621537120
Binary101110111101101111000110111101010111010001101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDBC6; }

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

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

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

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

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

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

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

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