#BBDCC0

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

Shades of Edgewater #BBDCC0

Tints of Edgewater #BBDCC0

Color information

#BBDCC0 (or 0xBBDCC0) is unknown color: approx Edgewater. HEX triplet: BB, DC and C0. RGB value is (187,220,192). Sum of RGB (Red+Green+Blue) = 187+220+192=599 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.22% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 192 (75.39% from 255 or 32.05% from 599); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDCC0 is #44233F. Grayscale: #CFCFCF. Windows color (decimal): -4465472 or 12639419. OLE color: 12639419.

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

Color convert

RGB187220192-
CMYK0.1500.130.14
HSL129.09º32.04%79.8%-
HSV(B)129.09º15%86.27%-
XYZ55.665.5659.59-
YUV206.94119.57113.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.22%
GREEN value IS 220 (86.33% from 255) = 36.73%
BLUE value IS 192 (75.39% from 255) = 32.05%
R=31.22%
G=36.73%
B=32.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872201920.1500.130.14129.0932.0479.8
HexBBDCC0F0DE812050
Octal273334300170151620140120
Binary1011101111011100110000001111011011110100000011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDCC0; }

 p { color: rgb(187,220,192); }

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

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

 a { background-color: rgb(187,220,192); }

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

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

 span { border-color: rgb(187,220,192); }

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