#BECAD9

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

Shades of Link Water #BECAD9

Tints of Link Water #BECAD9

Color information

#BECAD9 (or 0xBECAD9) is unknown color: approx Link Water. HEX triplet: BE, CA and D9. RGB value is (190,202,217). Sum of RGB (Red+Green+Blue) = 190+202+217=609 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.20% from 609); Green value is 202 (79.30% from 255 or 33.17% from 609); Blue value is 217 (85.16% from 255 or 35.63% from 609); Max value from RGB is 217 - color contains mainly: blue. Hex color #BECAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECAD9 is #413526. Grayscale: #C8C8C8. Windows color (decimal): -4273447 or 14273214. OLE color: 14273214.

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

Color convert

RGB190202217-
CMYK0.120.0700.15
HSL213.33º26.21%79.8%-
HSV(B)213.33º12.44%85.1%-
XYZ54.8858.273.99-
YUV200.12137.52120.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.20%
GREEN value IS 202 (79.30% from 255) = 33.17%
BLUE value IS 217 (85.16% from 255) = 35.63%
R=31.20%
G=33.17%
B=35.63%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1902022170.120.0700.15213.3326.2179.8
HexBECAD9C70Fd51a50
Octal27631233114701732532120
Binary10111110110010101101100111001110111111010101110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECAD9; }

 p { color: rgb(190,202,217); }

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

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

 a { background-color: rgb(190,202,217); }

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

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

 span { border-color: rgb(190,202,217); }

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