#BCC0D1

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

Shades of Link Water #BCC0D1

Tints of Link Water #BCC0D1

Color information

#BCC0D1 (or 0xBCC0D1) is unknown color: approx Link Water. HEX triplet: BC, C0 and D1. RGB value is (188,192,209). Sum of RGB (Red+Green+Blue) = 188+192+209=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 192 (75.39% from 255 or 32.60% from 589); Blue value is 209 (82.03% from 255 or 35.48% from 589); Max value from RGB is 209 - color contains mainly: blue. Hex color #BCC0D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC0D1 is #433F2E. Grayscale: #C0C0C0. Windows color (decimal): -4407087 or 13746364. OLE color: 13746364.

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

Color convert

RGB188192209-
CMYK0.100.0800.18
HSL228.57º18.58%77.84%-
HSV(B)228.57º10.05%81.96%-
XYZ51.152.9967.86-
YUV192.74137.17124.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.92%
GREEN value IS 192 (75.39% from 255) = 32.60%
BLUE value IS 209 (82.03% from 255) = 35.48%
R=31.92%
G=32.60%
B=35.48%

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
Decimal1881922090.100.0800.18228.5718.5877.84
HexBCC0D1A8012e5134e
Octal274300321121002234523116
Binary1011110011000000110100011010100001001011100101100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC0D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC0D1; }

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

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

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

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

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

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

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

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