#BECADA

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

Shades of Link Water #BECADA

Tints of Link Water #BECADA

Color information

#BECADA (or 0xBECADA) is unknown color: approx Link Water. HEX triplet: BE, CA and DA. RGB value is (190,202,218). Sum of RGB (Red+Green+Blue) = 190+202+218=610 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.15% from 610); Green value is 202 (79.30% from 255 or 33.11% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 218 - color contains mainly: blue. Hex color #BECADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECADA is #413525. Grayscale: #C8C8C8. Windows color (decimal): -4273446 or 14338750. OLE color: 14338750.

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

Color convert

RGB190202218-
CMYK0.130.0700.15
HSL214.29º27.45%80%-
HSV(B)214.29º12.84%85.49%-
XYZ55.0158.2574.67-
YUV200.24138.02120.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.15%
GREEN value IS 202 (79.30% from 255) = 33.11%
BLUE value IS 218 (85.55% from 255) = 35.74%
R=31.15%
G=33.11%
B=35.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1902022180.130.0700.15214.2927.4580
HexBECADAD70Fd61b50
Octal27631233215701732633120
Binary10111110110010101101101011011110111111010110110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECADA; }

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

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

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

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

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

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

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

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