Html Css Color HEX #BEB6DB Melrose

📋 copy color: '#BEB6DB'

red 190 ◦ green 182 ◦ blue 219

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

Shades of Melrose #BEB6DB

Tints of Melrose #BEB6DB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.8%

 BLUE value IS 219 (85.94% from 255) = 37.06%

R = 32.15%
G = 30.8%
B = 37.06%

CMYK

 C value IS 0.13

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BEB6DB (or 0xBEB6DB) is known color: Melrose. HEX triplet: BE, B6 and DB. RGB value is (190,182,219). Sum of RGB (Red+Green+Blue) = 190+182+219=591 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.15% from 591); Green value is 182 (71.48% from 255 or 30.80% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 219 - color contains mainly: blue. Hex color #BEB6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB6DB is #414924. Grayscale: #BCBCBC. Windows color (decimal): -4278565 or 14399166. OLE color: 14399166.

HSL color Cylindrical-coordinate representation of color #BEB6DB: hue angle of 252.97º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEB6DB is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 182 219 -
CMYK 0.13 0.17 0 0.14
HSL 252.97º 0.34% 0.79% -
HSV(B) 252.97º 0.17% 0.86% -
XYZ 50.75 49.52 73.9 -
YUV 188.61 145.15 128.99 -
System Red Green Blue C M Y K H S L
Decimal 190 182 219 0.13 0.17 0 0.14 252.97 0.34 0.79
Hex BE B6 DB D 11 0 E FD 22 4F
Octal 276 266 333 15 21 0 16 375 42 117
Binary 10111110 10110110 11011011 1101 10001 0 1110 11111101 100010 1001111

Color Harmonies of #BEB6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB6DB

Black with #BEB6DB

Text Example


Text Example

White with #BEB6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB6DB; }

 p { color: rgb(190,182,219); }

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

background-color css

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

 a { background-color: rgb(190,182,219); }

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

border-color css

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

 span { border-color: rgb(190,182,219); }

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