Html Css Color HEX #BEC9D8 Link Water

📋 copy color: '#BEC9D8'

red 190 ◦ green 201 ◦ blue 216

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

Shades of Link Water #BEC9D8

Tints of Link Water #BEC9D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 35.58%

R = 31.3%
G = 33.11%
B = 35.58%

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

#BEC9D8 (or 0xBEC9D8) is known color: Link Water. HEX triplet: BE, C9 and D8. RGB value is (190,201,216). Sum of RGB (Red+Green+Blue) = 190+201+216=607 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.30% from 607); Green value is 201 (78.91% from 255 or 33.11% from 607); Blue value is 216 (84.77% from 255 or 35.58% from 607); Max value from RGB is 216 - color contains mainly: blue. Hex color #BEC9D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC9D8 is #413627. Grayscale: #C7C7C7. Windows color (decimal): -4273704 or 14207422. OLE color: 14207422.

HSL color Cylindrical-coordinate representation of color #BEC9D8: hue angle of 214.62º degrees, saturation: 0.25, 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 #BEC9D8 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 201 216 -
CMYK 0.12 0.07 0 0.15
HSL 214.62º 0.25% 0.8% -
HSV(B) 214.62º 0.12% 0.85% -
XYZ 54.52 57.68 73.23 -
YUV 199.42 137.36 121.28 -
System Red Green Blue C M Y K H S L
Decimal 190 201 216 0.12 0.07 0 0.15 214.62 0.25 0.8
Hex BE C9 D8 C 7 0 F D7 19 50
Octal 276 311 330 14 7 0 17 327 31 120
Binary 10111110 11001001 11011000 1100 111 0 1111 11010111 11001 1010000

Color Harmonies of #BEC9D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC9D8

Black with #BEC9D8

Text Example


Text Example

White with #BEC9D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC9D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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