#BCC5DA

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

Shades of Link Water #BCC5DA

Tints of Link Water #BCC5DA

Color information

#BCC5DA (or 0xBCC5DA) is unknown color: approx Link Water. HEX triplet: BC, C5 and DA. RGB value is (188,197,218). Sum of RGB (Red+Green+Blue) = 188+197+218=603 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.18% from 603); Green value is 197 (77.34% from 255 or 32.67% from 603); Blue value is 218 (85.55% from 255 or 36.15% from 603); Max value from RGB is 218 - color contains mainly: blue. Hex color #BCC5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC5DA is #433A25. Grayscale: #C4C4C4. Windows color (decimal): -4405798 or 14337468. OLE color: 14337468.

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

Color convert

RGB188197218-
CMYK0.140.1000.15
HSL222º28.85%79.61%-
HSV(B)222º13.76%85.49%-
XYZ53.3655.6974.27-
YUV196.7140.02121.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.18%
GREEN value IS 197 (77.34% from 255) = 32.67%
BLUE value IS 218 (85.55% from 255) = 36.15%
R=31.18%
G=32.67%
B=36.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1881972180.140.1000.1522228.8579.61
HexBCC5DAEA0Fde1d50
Octal274305332161201733635120
Binary101111001100010111011010111010100111111011110111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC5DA; }

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

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

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

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

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

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

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

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