Html Css Color HEX #BEB7DC Melrose

📋 copy color: '#BEB7DC'

red 190 ◦ green 183 ◦ blue 220

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

Shades of Melrose #BEB7DC

Tints of Melrose #BEB7DC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 30.86%

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

R = 32.04%
G = 30.86%
B = 37.1%

CMYK

 C value IS 0.14

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BEB7DC (or 0xBEB7DC) is known color: Melrose. HEX triplet: BE, B7 and DC. RGB value is (190,183,220). Sum of RGB (Red+Green+Blue) = 190+183+220=593 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.04% from 593); Green value is 183 (71.88% from 255 or 30.86% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 220 - color contains mainly: blue. Hex color #BEB7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB7DC is #414823. Grayscale: #BDBDBD. Windows color (decimal): -4278308 or 14464958. OLE color: 14464958.

HSL color Cylindrical-coordinate representation of color #BEB7DC: hue angle of 251.35º degrees, saturation: 0.35, 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 #BEB7DC is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 183 220 -
CMYK 0.14 0.17 0 0.14
HSL 251.35º 0.35% 0.79% -
HSV(B) 251.35º 0.17% 0.86% -
XYZ 51.09 49.98 74.66 -
YUV 189.31 145.32 128.49 -
System Red Green Blue C M Y K H S L
Decimal 190 183 220 0.14 0.17 0 0.14 251.35 0.35 0.79
Hex BE B7 DC E 11 0 E FB 23 4F
Octal 276 267 334 16 21 0 16 373 43 117
Binary 10111110 10110111 11011100 1110 10001 0 1110 11111011 100011 1001111

Color Harmonies of #BEB7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB7DC

Black with #BEB7DC

Text Example


Text Example

White with #BEB7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB7DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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