Html Css Color HEX #BED0E1 Link Water

📋 copy color: '#BED0E1'

red 190 ◦ green 208 ◦ blue 225

#BED0E1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Link Water #BED0E1

Tints of Link Water #BED0E1

RGB

 RED value IS 190 (74.61% from 255) = 30.5%

 GREEN value IS 208 (81.64% from 255) = 33.39%

 BLUE value IS 225 (88.28% from 255) = 36.12%

R = 30.5%
G = 33.39%
B = 36.12%

CMYK

 C value IS 0.16

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BED0E1 (or 0xBED0E1) is known color: 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

RGB 190 208 225 -
CMYK 0.16 0.08 0 0.12
HSL 209.14º 0.37% 0.81% -
HSV(B) 209.14º 0.16% 0.88% -
XYZ 57.38 61.5 80.08 -
YUV 204.56 139.54 117.62 -
System Red Green Blue C M Y K H S L
Decimal 190 208 225 0.16 0.08 0 0.12 209.14 0.37 0.81
Hex BE D0 E1 10 8 0 C D1 25 51
Octal 276 320 341 20 10 0 14 321 45 121
Binary 10111110 11010000 11100001 10000 1000 0 1100 11010001 100101 1010001

Color Harmonies of #BED0E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED0E1

Black with #BED0E1

Text Example


Text Example

White with #BED0E1

Text Example


Text Example

HTML Codes & Css Web 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>