Html Css Color HEX #BEC8D7 Link Water

📋 copy color: '#BEC8D7'

red 190 ◦ green 200 ◦ blue 215

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

Shades of Link Water #BEC8D7

Tints of Link Water #BEC8D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 35.54%

R = 31.4%
G = 33.06%
B = 35.54%

CMYK

 C value IS 0.12

 M value IS 0.07

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BEC8D7 (or 0xBEC8D7) is known color: Link Water. HEX triplet: BE, C8 and D7. RGB value is (190,200,215). Sum of RGB (Red+Green+Blue) = 190+200+215=605 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.40% from 605); Green value is 200 (78.52% from 255 or 33.06% from 605); Blue value is 215 (84.38% from 255 or 35.54% from 605); Max value from RGB is 215 - color contains mainly: blue. Hex color #BEC8D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC8D7 is #413728. Grayscale: #C6C6C6. Windows color (decimal): -4273961 or 14141630. OLE color: 14141630.

HSL color Cylindrical-coordinate representation of color #BEC8D7: hue angle of 216º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BEC8D7 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 200 215 -
CMYK 0.12 0.07 0 0.16
HSL 216º 0.24% 0.79% -
HSV(B) 216º 0.12% 0.84% -
XYZ 54.16 57.16 72.47 -
YUV 198.72 137.19 121.78 -
System Red Green Blue C M Y K H S L
Decimal 190 200 215 0.12 0.07 0 0.16 216 0.24 0.79
Hex BE C8 D7 C 7 0 10 D8 18 4F
Octal 276 310 327 14 7 0 20 330 30 117
Binary 10111110 11001000 11010111 1100 111 0 10000 11011000 11000 1001111

Color Harmonies of #BEC8D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC8D7

Black with #BEC8D7

Text Example


Text Example

White with #BEC8D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC8D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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