#BECADE

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

Shades of Link Water #BECADE

Tints of Link Water #BECADE

Color information

#BECADE (or 0xBECADE) is unknown color: approx Link Water. HEX triplet: BE, CA and DE. RGB value is (190,202,222). Sum of RGB (Red+Green+Blue) = 190+202+222=614 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.94% from 614); Green value is 202 (79.30% from 255 or 32.90% from 614); Blue value is 222 (87.11% from 255 or 36.16% from 614); Max value from RGB is 222 - color contains mainly: blue. Hex color #BECADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECADE is #413521. Grayscale: #C8C8C8. Windows color (decimal): -4273442 or 14600894. OLE color: 14600894.

HSL color Cylindrical-coordinate representation of color #BECADE: hue angle of 217.5º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BECADE is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB190202222-
CMYK0.140.0900.13
HSL217.5º32.65%80.78%-
HSV(B)217.5º14.41%87.06%-
XYZ55.5458.4677.46-
YUV200.69140.02120.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.94%
GREEN value IS 202 (79.30% from 255) = 32.90%
BLUE value IS 222 (87.11% from 255) = 36.16%
R=30.94%
G=32.90%
B=36.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902022220.140.0900.13217.532.6580.78
HexBECADEE90Dda2151
Octal276312336161101533241121
Binary1011111011001010110111101110100101101110110101000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECADE; }

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

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

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

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

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

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

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

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