Html Css Color HEX #BEC8DC Link Water

📋 copy color: '#BEC8DC'

red 190 ◦ green 200 ◦ blue 220

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

Shades of Link Water #BEC8DC

Tints of Link Water #BEC8DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.07%

R = 31.15%
G = 32.79%
B = 36.07%

CMYK

 C value IS 0.14

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BEC8DC (or 0xBEC8DC) is known color: Link Water. HEX triplet: BE, C8 and DC. RGB value is (190,200,220). Sum of RGB (Red+Green+Blue) = 190+200+220=610 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.15% from 610); Green value is 200 (78.52% from 255 or 32.79% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 220 - color contains mainly: blue. Hex color #BEC8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC8DC is #413723. Grayscale: #C7C7C7. Windows color (decimal): -4273956 or 14469310. OLE color: 14469310.

HSL color Cylindrical-coordinate representation of color #BEC8DC: hue angle of 220º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BEC8DC is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 200 220 -
CMYK 0.14 0.09 0 0.14
HSL 220º 0.3% 0.8% -
HSV(B) 220º 0.14% 0.86% -
XYZ 54.81 57.42 75.91 -
YUV 199.29 139.69 121.37 -
System Red Green Blue C M Y K H S L
Decimal 190 200 220 0.14 0.09 0 0.14 220 0.3 0.8
Hex BE C8 DC E 9 0 E DC 1E 50
Octal 276 310 334 16 11 0 16 334 36 120
Binary 10111110 11001000 11011100 1110 1001 0 1110 11011100 11110 1010000

Color Harmonies of #BEC8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC8DC

Black with #BEC8DC

Text Example


Text Example

White with #BEC8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC8DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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