Html Css Color HEX #BEC9DD Link Water

📋 copy color: '#BEC9DD'

red 190 ◦ green 201 ◦ blue 221

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

Shades of Link Water #BEC9DD

Tints of Link Water #BEC9DD

RGB

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

 GREEN value IS 201 (78.91% from 255) = 32.84%

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

R = 31.05%
G = 32.84%
B = 36.11%

CMYK

 C value IS 0.14

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BEC9DD (or 0xBEC9DD) is known color: Link Water. HEX triplet: BE, C9 and DD. RGB value is (190,201,221). Sum of RGB (Red+Green+Blue) = 190+201+221=612 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.05% from 612); Green value is 201 (78.91% from 255 or 32.84% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 221 - color contains mainly: blue. Hex color #BEC9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC9DD is #413622. Grayscale: #C7C7C7. Windows color (decimal): -4273699 or 14535102. OLE color: 14535102.

HSL color Cylindrical-coordinate representation of color #BEC9DD: hue angle of 218.71º 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 #BEC9DD is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 201 221 -
CMYK 0.14 0.09 0 0.13
HSL 218.71º 0.31% 0.81% -
HSV(B) 218.71º 0.14% 0.87% -
XYZ 55.17 57.94 76.68 -
YUV 199.99 139.86 120.87 -
System Red Green Blue C M Y K H S L
Decimal 190 201 221 0.14 0.09 0 0.13 218.71 0.31 0.81
Hex BE C9 DD E 9 0 D DB 1F 51
Octal 276 311 335 16 11 0 15 333 37 121
Binary 10111110 11001001 11011101 1110 1001 0 1101 11011011 11111 1010001

Color Harmonies of #BEC9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC9DD

Black with #BEC9DD

Text Example


Text Example

White with #BEC9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC9DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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