#BBDCC7

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

Shades of Edgewater #BBDCC7

Tints of Edgewater #BBDCC7

Color information

#BBDCC7 (or 0xBBDCC7) is unknown color: approx Edgewater. HEX triplet: BB, DC and C7. RGB value is (187,220,199). Sum of RGB (Red+Green+Blue) = 187+220+199=606 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.86% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 199 (78.12% from 255 or 32.84% from 606); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDCC7 is #442338. Grayscale: #CFCFCF. Windows color (decimal): -4465465 or 13098171. OLE color: 13098171.

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

Color convert

RGB187220199-
CMYK0.1500.100.14
HSL141.82º32.04%79.8%-
HSV(B)141.82º15%86.27%-
XYZ56.465.8763.78-
YUV207.74123.07113.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.86%
GREEN value IS 220 (86.33% from 255) = 36.30%
BLUE value IS 199 (78.12% from 255) = 32.84%
R=30.86%
G=36.30%
B=32.84%

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
Decimal1872201990.1500.100.14141.8232.0479.8
HexBBDCC7F0AE8e2050
Octal273334307170121621640120
Binary1011101111011100110001111111010101110100011101000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDCC7; }

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

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

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

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

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

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

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

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