#BCC6DA

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

Shades of Link Water #BCC6DA

Tints of Link Water #BCC6DA

Color information

#BCC6DA (or 0xBCC6DA) is unknown color: approx Link Water. HEX triplet: BC, C6 and DA. RGB value is (188,198,218). Sum of RGB (Red+Green+Blue) = 188+198+218=604 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.13% from 604); Green value is 198 (77.73% from 255 or 32.78% from 604); Blue value is 218 (85.55% from 255 or 36.09% from 604); Max value from RGB is 218 - color contains mainly: blue. Hex color #BCC6DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC6DA is #433925. Grayscale: #C5C5C5. Windows color (decimal): -4405542 or 14337724. OLE color: 14337724.

HSL color Cylindrical-coordinate representation of color #BCC6DA: hue angle of 220º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCC6DA is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB188198218-
CMYK0.140.0900.15
HSL220º28.85%79.61%-
HSV(B)220º13.76%85.49%-
XYZ53.5956.1474.34-
YUV197.29139.69121.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.13%
GREEN value IS 198 (77.73% from 255) = 32.78%
BLUE value IS 218 (85.55% from 255) = 36.09%
R=31.13%
G=32.78%
B=36.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1881982180.140.0900.1522028.8579.61
HexBCC6DAE90Fdc1d50
Octal274306332161101733435120
Binary101111001100011011011010111010010111111011100111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC6DA; }

 p { color: rgb(188,198,218); }

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

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

 a { background-color: rgb(188,198,218); }

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

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

 span { border-color: rgb(188,198,218); }

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