#BECADD

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

Shades of Link Water #BECADD

Tints of Link Water #BECADD

Color information

#BECADD (or 0xBECADD) is unknown color: approx Link Water. HEX triplet: BE, CA and DD. RGB value is (190,202,221). Sum of RGB (Red+Green+Blue) = 190+202+221=613 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.00% from 613); Green value is 202 (79.30% from 255 or 32.95% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 221 - color contains mainly: blue. Hex color #BECADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECADD is #413522. Grayscale: #C8C8C8. Windows color (decimal): -4273443 or 14535358. OLE color: 14535358.

HSL color Cylindrical-coordinate representation of color #BECADD: hue angle of 216.77º degrees, saturation: 0.31, 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 #BECADD is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB190202221-
CMYK0.140.0900.13
HSL216.77º31.31%80.59%-
HSV(B)216.77º14.03%86.67%-
XYZ55.4158.4176.76-
YUV200.58139.52120.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.00%
GREEN value IS 202 (79.30% from 255) = 32.95%
BLUE value IS 221 (86.72% from 255) = 36.05%
R=31.00%
G=32.95%
B=36.05%

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
Decimal1902022210.140.0900.13216.7731.3180.59
HexBECADDE90Dd91f51
Octal276312335161101533137121
Binary101111101100101011011101111010010110111011001111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECADD; }

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

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

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

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

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

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

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

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