#BCC0D0

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

Shades of Link Water #BCC0D0

Tints of Link Water #BCC0D0

Color information

#BCC0D0 (or 0xBCC0D0) is unknown color: approx Link Water. HEX triplet: BC, C0 and D0. RGB value is (188,192,208). Sum of RGB (Red+Green+Blue) = 188+192+208=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 192 (75.39% from 255 or 32.65% from 588); Blue value is 208 (81.64% from 255 or 35.37% from 588); Max value from RGB is 208 - color contains mainly: blue. Hex color #BCC0D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC0D0 is #433F2F. Grayscale: #C0C0C0. Windows color (decimal): -4407088 or 13680828. OLE color: 13680828.

HSL color Cylindrical-coordinate representation of color #BCC0D0: hue angle of 228º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCC0D0 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB188192208-
CMYK0.100.0800.18
HSL228º17.54%77.65%-
HSV(B)228º9.62%81.57%-
XYZ50.9752.9467.21-
YUV192.63136.67124.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.97%
GREEN value IS 192 (75.39% from 255) = 32.65%
BLUE value IS 208 (81.64% from 255) = 35.37%
R=31.97%
G=32.65%
B=35.37%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1881922080.100.0800.1822817.5477.65
HexBCC0D0A8012e4124e
Octal274300320121002234422116
Binary1011110011000000110100001010100001001011100100100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC0D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC0D0; }

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

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

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

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

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

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

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

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