#BCC1D2

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

Shades of Link Water #BCC1D2

Tints of Link Water #BCC1D2

Color information

#BCC1D2 (or 0xBCC1D2) is unknown color: approx Link Water. HEX triplet: BC, C1 and D2. RGB value is (188,193,210). Sum of RGB (Red+Green+Blue) = 188+193+210=591 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.81% from 591); Green value is 193 (75.78% from 255 or 32.66% from 591); Blue value is 210 (82.42% from 255 or 35.53% from 591); Max value from RGB is 210 - color contains mainly: blue. Hex color #BCC1D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC1D2 is #433E2D. Grayscale: #C1C1C1. Windows color (decimal): -4406830 or 13812156. OLE color: 13812156.

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

Color convert

RGB188193210-
CMYK0.100.0800.18
HSL226.36º19.64%78.04%-
HSV(B)226.36º10.48%82.35%-
XYZ51.4453.4868.59-
YUV193.44137.34124.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.81%
GREEN value IS 193 (75.78% from 255) = 32.66%
BLUE value IS 210 (82.42% from 255) = 35.53%
R=31.81%
G=32.66%
B=35.53%

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
Decimal1881932100.100.0800.18226.3619.6478.04
HexBCC1D2A8012e2144e
Octal274301322121002234224116
Binary1011110011000001110100101010100001001011100010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC1D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC1D2; }

 p { color: rgb(188,193,210); }

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

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

 a { background-color: rgb(188,193,210); }

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

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

 span { border-color: rgb(188,193,210); }

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