#BEC2CC

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

Shades of Link Water #BEC2CC

Tints of Link Water #BEC2CC

Color information

#BEC2CC (or 0xBEC2CC) is unknown color: approx Link Water. HEX triplet: BE, C2 and CC. RGB value is (190,194,204). Sum of RGB (Red+Green+Blue) = 190+194+204=588 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.31% from 588); Green value is 194 (76.17% from 255 or 32.99% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 204 - color contains mainly: blue. Hex color #BEC2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC2CC is #413D33. Grayscale: #C1C1C1. Windows color (decimal): -4275508 or 13419198. OLE color: 13419198.

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

Color convert

RGB190194204-
CMYK0.070.0500.2
HSL222.86º12.07%77.25%-
HSV(B)222.86º6.86%80%-
XYZ51.4353.8964.82-
YUV193.94133.67125.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.31%
GREEN value IS 194 (76.17% from 255) = 32.99%
BLUE value IS 204 (80.08% from 255) = 34.69%
R=32.31%
G=32.99%
B=34.69%

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
Decimal1901942040.070.0500.2222.8612.0777.25
HexBEC2CC75014dfc4d
Octal2763023147502433714115
Binary1011111011000010110011001111010101001101111111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC2CC; }

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

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

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

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

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

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

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

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