#BECADC

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

Shades of Link Water #BECADC

Tints of Link Water #BECADC

Color information

#BECADC (or 0xBECADC) is unknown color: approx Link Water. HEX triplet: BE, CA and DC. RGB value is (190,202,220). Sum of RGB (Red+Green+Blue) = 190+202+220=612 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.05% from 612); Green value is 202 (79.30% from 255 or 33.01% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 220 - color contains mainly: blue. Hex color #BECADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECADC is #413523. Grayscale: #C8C8C8. Windows color (decimal): -4273444 or 14469822. OLE color: 14469822.

HSL color Cylindrical-coordinate representation of color #BECADC: hue angle of 216º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BECADC is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB190202220-
CMYK0.140.0800.14
HSL216º30%80.39%-
HSV(B)216º13.64%86.27%-
XYZ55.2758.3676.06-
YUV200.46139.02120.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.05%
GREEN value IS 202 (79.30% from 255) = 33.01%
BLUE value IS 220 (86.33% from 255) = 35.95%
R=31.05%
G=33.01%
B=35.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1902022200.140.0800.142163080.39
HexBECADCE80Ed81e50
Octal276312334161001633036120
Binary101111101100101011011100111010000111011011000111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECADC; }

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

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

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

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

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

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

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

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