Html Css Color HEX #BEB3DD Melrose

📋 copy color: '#BEB3DD'

red 190 ◦ green 179 ◦ blue 221

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

Shades of Melrose #BEB3DD

Tints of Melrose #BEB3DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.46%

R = 32.2%
G = 30.34%
B = 37.46%

CMYK

 C value IS 0.14

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BEB3DD (or 0xBEB3DD) is known color: Melrose. HEX triplet: BE, B3 and DD. RGB value is (190,179,221). Sum of RGB (Red+Green+Blue) = 190+179+221=590 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.20% from 590); Green value is 179 (70.31% from 255 or 30.34% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 221 - color contains mainly: blue. Hex color #BEB3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB3DD is #414C22. Grayscale: #BABABA. Windows color (decimal): -4279331 or 14529470. OLE color: 14529470.

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

Color convert

RGB 190 179 221 -
CMYK 0.14 0.19 0 0.13
HSL 255.71º 0.38% 0.78% -
HSV(B) 255.71º 0.19% 0.87% -
XYZ 50.41 48.41 75.09 -
YUV 187.08 147.14 130.08 -
System Red Green Blue C M Y K H S L
Decimal 190 179 221 0.14 0.19 0 0.13 255.71 0.38 0.78
Hex BE B3 DD E 13 0 D 100 26 4E
Octal 276 263 335 16 23 0 15 400 46 116
Binary 10111110 10110011 11011101 1110 10011 0 1101 100000000 100110 1001110

Color Harmonies of #BEB3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB3DD

Black with #BEB3DD

Text Example


Text Example

White with #BEB3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB3DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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