#BECDDF

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

Shades of Link Water #BECDDF

Tints of Link Water #BECDDF

Color information

#BECDDF (or 0xBECDDF) is unknown color: approx Link Water. HEX triplet: BE, CD and DF. RGB value is (190,205,223). Sum of RGB (Red+Green+Blue) = 190+205+223=618 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.74% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 223 (87.5% from 255 or 36.08% from 618); Max value from RGB is 223 - color contains mainly: blue. Hex color #BECDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECDDF is #413220. Grayscale: #CACACA. Windows color (decimal): -4272673 or 14667198. OLE color: 14667198.

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

Color convert

RGB190205223-
CMYK0.150.0800.13
HSL212.73º34.02%80.98%-
HSV(B)212.73º14.8%87.45%-
XYZ56.3959.9478.41-
YUV202.57139.53119.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.74%
GREEN value IS 205 (80.47% from 255) = 33.17%
BLUE value IS 223 (87.5% from 255) = 36.08%
R=30.74%
G=33.17%
B=36.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902052230.150.0800.13212.7334.0280.98
HexBECDDFF80Dd52251
Octal276315337171001532542121
Binary1011111011001101110111111111100001101110101011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECDDF; }

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

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

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

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

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

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

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

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