#BBCEC0

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

Shades of Edgewater #BBCEC0

Tints of Edgewater #BBCEC0

Color information

#BBCEC0 (or 0xBBCEC0) is unknown color: approx Edgewater. HEX triplet: BB, CE and C0. RGB value is (187,206,192). Sum of RGB (Red+Green+Blue) = 187+206+192=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 206 (80.86% from 255 or 35.21% from 585); Blue value is 192 (75.39% from 255 or 32.82% from 585); Max value from RGB is 206 - color contains mainly: green. Hex color #BBCEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCEC0 is #44313F. Grayscale: #C6C6C6. Windows color (decimal): -4469056 or 12635835. OLE color: 12635835.

HSL color Cylindrical-coordinate representation of color #BBCEC0: hue angle of 135.79º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBCEC0 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB187206192-
CMYK0.0900.070.19
HSL135.79º16.24%77.06%-
HSV(B)135.79º9.22%80.78%-
XYZ52.0858.5158.42-
YUV198.72124.21119.64-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.97%
GREEN value IS 206 (80.86% from 255) = 35.21%
BLUE value IS 192 (75.39% from 255) = 32.82%
R=31.97%
G=35.21%
B=32.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1872061920.0900.070.19135.7916.2477.06
HexBBCEC09071388104d
Octal27331630011072321020115
Binary101110111100111011000000100101111001110001000100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCEC0; }

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

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

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

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

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

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

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

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