Html Css Color HEX #BEC8DD Link Water

📋 copy color: '#BEC8DD'

red 190 ◦ green 200 ◦ blue 221

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

Shades of Link Water #BEC8DD

Tints of Link Water #BEC8DD

RGB

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

 GREEN value IS 200 (78.52% from 255) = 32.73%

 BLUE value IS 221 (86.72% from 255) = 36.17%

R = 31.1%
G = 32.73%
B = 36.17%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BEC8DD (or 0xBEC8DD) is known color: Link Water. HEX triplet: BE, C8 and DD. RGB value is (190,200,221). Sum of RGB (Red+Green+Blue) = 190+200+221=611 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.10% from 611); Green value is 200 (78.52% from 255 or 32.73% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 221 - color contains mainly: blue. Hex color #BEC8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC8DD is #413722. Grayscale: #C7C7C7. Windows color (decimal): -4273955 or 14534846. OLE color: 14534846.

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

Color convert

RGB 190 200 221 -
CMYK 0.14 0.10 0 0.13
HSL 220.65º 0.31% 0.81% -
HSV(B) 220.65º 0.14% 0.87% -
XYZ 54.94 57.48 76.6 -
YUV 199.4 140.19 121.29 -
System Red Green Blue C M Y K H S L
Decimal 190 200 221 0.14 0.10 0 0.13 220.65 0.31 0.81
Hex BE C8 DD E A 0 D DD 1F 51
Octal 276 310 335 16 12 0 15 335 37 121
Binary 10111110 11001000 11011101 1110 1010 0 1101 11011101 11111 1010001

Color Harmonies of #BEC8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC8DD

Black with #BEC8DD

Text Example


Text Example

White with #BEC8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC8DD; }

 p { color: rgb(190,200,221); }

 H1.HeaderClassName
 {
   color: #BEC8DD;
 }
 .AnyTagClassName
 {
   color: #BEC8DD;
 }
</style>

background-color css

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

 a { background-color: rgb(190,200,221); }

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

border-color css

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

 span { border-color: rgb(190,200,221); }

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