#BEC1CC

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

Shades of Link Water #BEC1CC

Tints of Link Water #BEC1CC

Color information

#BEC1CC (or 0xBEC1CC) is unknown color: approx Link Water. HEX triplet: BE, C1 and CC. RGB value is (190,193,204). Sum of RGB (Red+Green+Blue) = 190+193+204=587 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.37% from 587); Green value is 193 (75.78% from 255 or 32.88% from 587); Blue value is 204 (80.08% from 255 or 34.75% from 587); Max value from RGB is 204 - color contains mainly: blue. Hex color #BEC1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC1CC is #413E33. Grayscale: #C1C1C1. Windows color (decimal): -4275764 or 13418942. OLE color: 13418942.

HSL color Cylindrical-coordinate representation of color #BEC1CC: hue angle of 227.14º degrees, saturation: 0.12, 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 #BEC1CC is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB190193204-
CMYK0.070.0500.2
HSL227.14º12.07%77.25%-
HSV(B)227.14º6.86%80%-
XYZ51.253.4564.74-
YUV193.36134.01125.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.37%
GREEN value IS 193 (75.78% from 255) = 32.88%
BLUE value IS 204 (80.08% from 255) = 34.75%
R=32.37%
G=32.88%
B=34.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1901932040.070.0500.2227.1412.0777.25
HexBEC1CC75014e3c4d
Octal2763013147502434314115
Binary1011111011000001110011001111010101001110001111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC1CC; }

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

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

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

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

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

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

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

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