#BCC2D0

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

Shades of Link Water #BCC2D0

Tints of Link Water #BCC2D0

Color information

#BCC2D0 (or 0xBCC2D0) is unknown color: approx Link Water. HEX triplet: BC, C2 and D0. RGB value is (188,194,208). Sum of RGB (Red+Green+Blue) = 188+194+208=590 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.86% from 590); Green value is 194 (76.17% from 255 or 32.88% from 590); Blue value is 208 (81.64% from 255 or 35.25% from 590); Max value from RGB is 208 - color contains mainly: blue. Hex color #BCC2D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC2D0 is #433D2F. Grayscale: #C1C1C1. Windows color (decimal): -4406576 or 13681340. OLE color: 13681340.

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

Color convert

RGB188194208-
CMYK0.100.0700.18
HSL222º17.54%77.65%-
HSV(B)222º9.62%81.57%-
XYZ51.4253.8367.35-
YUV193.8136.01123.86-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.86%
GREEN value IS 194 (76.17% from 255) = 32.88%
BLUE value IS 208 (81.64% from 255) = 35.25%
R=31.86%
G=32.88%
B=35.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1881942080.100.0700.1822217.5477.65
HexBCC2D0A7012de124e
Octal27430232012702233622116
Binary101111001100001011010000101011101001011011110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC2D0; }

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

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

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

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

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

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

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

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