Html Css Color HEX #BEB7DA Melrose

📋 copy color: '#BEB7DA'

red 190 ◦ green 183 ◦ blue 218

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

Shades of Melrose #BEB7DA

Tints of Melrose #BEB7DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.89%

R = 32.15%
G = 30.96%
B = 36.89%

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BEB7DA (or 0xBEB7DA) is known color: Melrose. HEX triplet: BE, B7 and DA. RGB value is (190,183,218). Sum of RGB (Red+Green+Blue) = 190+183+218=591 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.15% from 591); Green value is 183 (71.88% from 255 or 30.96% from 591); Blue value is 218 (85.55% from 255 or 36.89% from 591); Max value from RGB is 218 - color contains mainly: blue. Hex color #BEB7DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB7DA is #414825. Grayscale: #BCBCBC. Windows color (decimal): -4278310 or 14333886. OLE color: 14333886.

HSL color Cylindrical-coordinate representation of color #BEB7DA: hue angle of 252º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEB7DA is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 183 218 -
CMYK 0.13 0.16 0 0.15
HSL 252º 0.32% 0.79% -
HSV(B) 252º 0.16% 0.85% -
XYZ 50.82 49.88 73.28 -
YUV 189.08 144.32 128.65 -
System Red Green Blue C M Y K H S L
Decimal 190 183 218 0.13 0.16 0 0.15 252 0.32 0.79
Hex BE B7 DA D 10 0 F FC 20 4F
Octal 276 267 332 15 20 0 17 374 40 117
Binary 10111110 10110111 11011010 1101 10000 0 1111 11111100 100000 1001111

Color Harmonies of #BEB7DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB7DA

Black with #BEB7DA

Text Example


Text Example

White with #BEB7DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB7DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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