Html Css Color HEX #BEC9D9 Link Water

📋 copy color: '#BEC9D9'

red 190 ◦ green 201 ◦ blue 217

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

Shades of Link Water #BEC9D9

Tints of Link Water #BEC9D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 35.69%

R = 31.25%
G = 33.06%
B = 35.69%

CMYK

 C value IS 0.12

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BEC9D9 (or 0xBEC9D9) is known color: Link Water. HEX triplet: BE, C9 and D9. RGB value is (190,201,217). Sum of RGB (Red+Green+Blue) = 190+201+217=608 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.25% from 608); Green value is 201 (78.91% from 255 or 33.06% from 608); Blue value is 217 (85.16% from 255 or 35.69% from 608); Max value from RGB is 217 - color contains mainly: blue. Hex color #BEC9D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC9D9 is #413626. Grayscale: #C7C7C7. Windows color (decimal): -4273703 or 14272958. OLE color: 14272958.

HSL color Cylindrical-coordinate representation of color #BEC9D9: hue angle of 215.56º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BEC9D9 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 201 217 -
CMYK 0.12 0.07 0 0.15
HSL 215.56º 0.26% 0.8% -
HSV(B) 215.56º 0.12% 0.85% -
XYZ 54.65 57.73 73.91 -
YUV 199.54 137.86 121.2 -
System Red Green Blue C M Y K H S L
Decimal 190 201 217 0.12 0.07 0 0.15 215.56 0.26 0.8
Hex BE C9 D9 C 7 0 F D8 1A 50
Octal 276 311 331 14 7 0 17 330 32 120
Binary 10111110 11001001 11011001 1100 111 0 1111 11011000 11010 1010000

Color Harmonies of #BEC9D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC9D9

Black with #BEC9D9

Text Example


Text Example

White with #BEC9D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC9D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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