#BECDE0

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

Shades of Link Water #BECDE0

Tints of Link Water #BECDE0

Color information

#BECDE0 (or 0xBECDE0) is unknown color: approx Link Water. HEX triplet: BE, CD and E0. RGB value is (190,205,224). Sum of RGB (Red+Green+Blue) = 190+205+224=619 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.69% from 619); Green value is 205 (80.47% from 255 or 33.12% from 619); Blue value is 224 (87.89% from 255 or 36.19% from 619); Max value from RGB is 224 - color contains mainly: blue. Hex color #BECDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECDE0 is #41321F. Grayscale: #CACACA. Windows color (decimal): -4272672 or 14732734. OLE color: 14732734.

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

Color convert

RGB190205224-
CMYK0.150.0800.12
HSL213.53º35.42%81.18%-
HSV(B)213.53º15.18%87.84%-
XYZ56.5259.9979.12-
YUV202.68140.03118.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.69%
GREEN value IS 205 (80.47% from 255) = 33.12%
BLUE value IS 224 (87.89% from 255) = 36.19%
R=30.69%
G=33.12%
B=36.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1902052240.150.0800.12213.5335.4281.18
HexBECDE0F80Cd62351
Octal276315340171001432643121
Binary1011111011001101111000001111100001100110101101000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECDE0; }

 p { color: rgb(190,205,224); }

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

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

 a { background-color: rgb(190,205,224); }

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

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

 span { border-color: rgb(190,205,224); }

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