#BCCCC0

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

Shades of Edgewater #BCCCC0

Tints of Edgewater #BCCCC0

Color information

#BCCCC0 (or 0xBCCCC0) is unknown color: approx Edgewater. HEX triplet: BC, CC and C0. RGB value is (188,204,192). Sum of RGB (Red+Green+Blue) = 188+204+192=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 204 (80.08% from 255 or 34.93% from 584); Blue value is 192 (75.39% from 255 or 32.88% from 584); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCCC0 is #43333F. Grayscale: #C5C5C5. Windows color (decimal): -4404032 or 12635324. OLE color: 12635324.

HSL color Cylindrical-coordinate representation of color #BCCCC0: hue angle of 135º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BCCCC0 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB188204192-
CMYK0.0800.060.2
HSL135º13.56%76.86%-
HSV(B)135º7.84%80%-
XYZ51.8557.6858.27-
YUV197.85124.7120.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.19%
GREEN value IS 204 (80.08% from 255) = 34.93%
BLUE value IS 192 (75.39% from 255) = 32.88%
R=32.19%
G=34.93%
B=32.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1882041920.0800.060.213513.5676.86
HexBCCCC08061487e4d
Octal27431430010062420716115
Binary10111100110011001100000010000110101001000011111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCCC0; }

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

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

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

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

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

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

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

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