#BECEE1

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

Shades of Link Water #BECEE1

Tints of Link Water #BECEE1

Color information

#BECEE1 (or 0xBECEE1) is unknown color: approx Link Water. HEX triplet: BE, CE and E1. RGB value is (190,206,225). Sum of RGB (Red+Green+Blue) = 190+206+225=621 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.60% from 621); Green value is 206 (80.86% from 255 or 33.17% from 621); Blue value is 225 (88.28% from 255 or 36.23% from 621); Max value from RGB is 225 - color contains mainly: blue. Hex color #BECEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECEE1 is #41311E. Grayscale: #CBCBCB. Windows color (decimal): -4272415 or 14798526. OLE color: 14798526.

HSL color Cylindrical-coordinate representation of color #BECEE1: hue angle of 212.57º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BECEE1 is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB190206225-
CMYK0.160.0800.12
HSL212.57º36.84%81.37%-
HSV(B)212.57º15.56%88.24%-
XYZ56.960.5379.92-
YUV203.38140.2118.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.60%
GREEN value IS 206 (80.86% from 255) = 33.17%
BLUE value IS 225 (88.28% from 255) = 36.23%
R=30.60%
G=33.17%
B=36.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1902062250.160.0800.12212.5736.8481.37
HexBECEE11080Cd52551
Octal276316341201001432545121
Binary10111110110011101110000110000100001100110101011001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECEE1; }

 p { color: rgb(190,206,225); }

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

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

 a { background-color: rgb(190,206,225); }

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

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

 span { border-color: rgb(190,206,225); }

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