#BCCEC0

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

Shades of Edgewater #BCCEC0

Tints of Edgewater #BCCEC0

Color information

#BCCEC0 (or 0xBCCEC0) is unknown color: approx Edgewater. HEX triplet: BC, CE and C0. RGB value is (188,206,192). Sum of RGB (Red+Green+Blue) = 188+206+192=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 206 (80.86% from 255 or 35.15% from 586); Blue value is 192 (75.39% from 255 or 32.76% from 586); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCEC0 is #43313F. Grayscale: #C7C7C7. Windows color (decimal): -4403520 or 12635836. OLE color: 12635836.

HSL color Cylindrical-coordinate representation of color #BCCEC0: hue angle of 133.33º 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 #BCCEC0 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB188206192-
CMYK0.0900.070.19
HSL133.33º15.52%77.25%-
HSV(B)133.33º8.74%80.78%-
XYZ52.3258.6458.43-
YUV199.02124.04120.14-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.08%
GREEN value IS 206 (80.86% from 255) = 35.15%
BLUE value IS 192 (75.39% from 255) = 32.76%
R=32.08%
G=35.15%
B=32.76%

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
Decimal1882061920.0900.070.19133.3315.5277.25
HexBCCEC09071385104d
Octal27431630011072320520115
Binary101111001100111011000000100101111001110000101100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCEC0; }

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

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

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

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

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

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

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

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