#BCC0CE

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

Shades of Link Water #BCC0CE

Tints of Link Water #BCC0CE

Color information

#BCC0CE (or 0xBCC0CE) is unknown color: approx Link Water. HEX triplet: BC, C0 and CE. RGB value is (188,192,206). Sum of RGB (Red+Green+Blue) = 188+192+206=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 192 (75.39% from 255 or 32.76% from 586); Blue value is 206 (80.86% from 255 or 35.15% from 586); Max value from RGB is 206 - color contains mainly: blue. Hex color #BCC0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC0CE is #433F31. Grayscale: #C0C0C0. Windows color (decimal): -4407090 or 13549756. OLE color: 13549756.

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

Color convert

RGB188192206-
CMYK0.090.0700.19
HSL226.67º15.52%77.25%-
HSV(B)226.67º8.74%80.78%-
XYZ50.7352.8565.92-
YUV192.4135.67124.86-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1881922060.090.0700.19226.6715.5277.25
HexBCC0CE97013e3104d
Octal27430031611702334320115
Binary101111001100000011001110100111101001111100011100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC0CE; }

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

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

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

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

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

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

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

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