#BEC1CD

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

Shades of Link Water #BEC1CD

Tints of Link Water #BEC1CD

Color information

#BEC1CD (or 0xBEC1CD) is unknown color: approx Link Water. HEX triplet: BE, C1 and CD. RGB value is (190,193,205). Sum of RGB (Red+Green+Blue) = 190+193+205=588 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.31% from 588); Green value is 193 (75.78% from 255 or 32.82% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 205 - color contains mainly: blue. Hex color #BEC1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC1CD is #413E32. Grayscale: #C1C1C1. Windows color (decimal): -4275763 or 13484478. OLE color: 13484478.

HSL color Cylindrical-coordinate representation of color #BEC1CD: hue angle of 228º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BEC1CD is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB190193205-
CMYK0.070.0600.20
HSL228º13.04%77.45%-
HSV(B)228º7.32%80.39%-
XYZ51.3253.4965.38-
YUV193.47134.51125.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.31%
GREEN value IS 193 (75.78% from 255) = 32.82%
BLUE value IS 205 (80.47% from 255) = 34.86%
R=32.31%
G=32.82%
B=34.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1901932050.070.0600.2022813.0477.45
HexBEC1CD76014e4d4d
Octal2763013157602434415115
Binary1011111011000001110011011111100101001110010011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC1CD; }

 p { color: rgb(190,193,205); }

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

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

 a { background-color: rgb(190,193,205); }

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

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

 span { border-color: rgb(190,193,205); }

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