#BBDCC6

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

Shades of Edgewater #BBDCC6

Tints of Edgewater #BBDCC6

Color information

#BBDCC6 (or 0xBBDCC6) is unknown color: approx Edgewater. HEX triplet: BB, DC and C6. RGB value is (187,220,198). Sum of RGB (Red+Green+Blue) = 187+220+198=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 198 (77.73% from 255 or 32.73% from 605); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDCC6 is #442339. Grayscale: #CFCFCF. Windows color (decimal): -4465466 or 13032635. OLE color: 13032635.

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

Color convert

RGB187220198-
CMYK0.1500.10.14
HSL140º32.04%79.8%-
HSV(B)140º15%86.27%-
XYZ56.2865.8363.17-
YUV207.62122.57113.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.91%
GREEN value IS 220 (86.33% from 255) = 36.36%
BLUE value IS 198 (77.73% from 255) = 32.73%
R=30.91%
G=36.36%
B=32.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872201980.1500.10.1414032.0479.8
HexBBDCC6F0AE8c2050
Octal273334306170121621440120
Binary1011101111011100110001101111010101110100011001000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDCC6; }

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

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

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

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

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

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

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

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