#BED0E1

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

Shades of Link Water #BED0E1

Tints of Link Water #BED0E1

Color information

#BED0E1 (or 0xBED0E1) is unknown color: approx Link Water. HEX triplet: BE, D0 and E1. RGB value is (190,208,225). Sum of RGB (Red+Green+Blue) = 190+208+225=623 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.50% from 623); Green value is 208 (81.64% from 255 or 33.39% from 623); Blue value is 225 (88.28% from 255 or 36.12% from 623); Max value from RGB is 225 - color contains mainly: blue. Hex color #BED0E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED0E1 is #412F1E. Grayscale: #CCCCCC. Windows color (decimal): -4271903 or 14799038. OLE color: 14799038.

HSL color Cylindrical-coordinate representation of color #BED0E1: hue angle of 209.14º 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 #BED0E1 is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB190208225-
CMYK0.160.0800.12
HSL209.14º36.84%81.37%-
HSV(B)209.14º15.56%88.24%-
XYZ57.3861.580.08-
YUV204.56139.54117.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.50%
GREEN value IS 208 (81.64% from 255) = 33.39%
BLUE value IS 225 (88.28% from 255) = 36.12%
R=30.50%
G=33.39%
B=36.12%

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
Decimal1902082250.160.0800.12209.1436.8481.37
HexBED0E11080Cd12551
Octal276320341201001432145121
Binary10111110110100001110000110000100001100110100011001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED0E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED0E1; }

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

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

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

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

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

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

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

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