Html Css Color HEX #BEB3DB Melrose

📋 copy color: '#BEB3DB'

red 190 ◦ green 179 ◦ blue 219

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

Shades of Melrose #BEB3DB

Tints of Melrose #BEB3DB

RGB

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

 GREEN value IS 179 (70.31% from 255) = 30.44%

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

R = 32.31%
G = 30.44%
B = 37.24%

CMYK

 C value IS 0.13

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BEB3DB (or 0xBEB3DB) is known color: Melrose. HEX triplet: BE, B3 and DB. RGB value is (190,179,219). Sum of RGB (Red+Green+Blue) = 190+179+219=588 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.31% from 588); Green value is 179 (70.31% from 255 or 30.44% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 219 - color contains mainly: blue. Hex color #BEB3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB3DB is #414C24. Grayscale: #BABABA. Windows color (decimal): -4279333 or 14398398. OLE color: 14398398.

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

Color convert

RGB 190 179 219 -
CMYK 0.13 0.18 0 0.14
HSL 256.5º 0.36% 0.78% -
HSV(B) 256.5º 0.18% 0.86% -
XYZ 50.14 48.3 73.7 -
YUV 186.85 146.14 130.25 -
System Red Green Blue C M Y K H S L
Decimal 190 179 219 0.13 0.18 0 0.14 256.5 0.36 0.78
Hex BE B3 DB D 12 0 E 100 24 4E
Octal 276 263 333 15 22 0 16 400 44 116
Binary 10111110 10110011 11011011 1101 10010 0 1110 100000000 100100 1001110

Color Harmonies of #BEB3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB3DB

Black with #BEB3DB

Text Example


Text Example

White with #BEB3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB3DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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