Html Css Color HEX #BAB0DD Melrose

📋 copy color: '#BAB0DD'

red 186 ◦ green 176 ◦ blue 221

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

Shades of Melrose #BAB0DD

Tints of Melrose #BAB0DD

RGB

 RED value IS 186 (73.05% from 255) = 31.9%

 GREEN value IS 176 (69.14% from 255) = 30.19%

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

R = 31.9%
G = 30.19%
B = 37.91%

CMYK

 C value IS 0.16

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BAB0DD (or 0xBAB0DD) is known color: Melrose. HEX triplet: BA, B0 and DD. RGB value is (186,176,221). Sum of RGB (Red+Green+Blue) = 186+176+221=583 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.90% from 583); Green value is 176 (69.14% from 255 or 30.19% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 221 - color contains mainly: blue. Hex color #BAB0DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB0DD is #454F22. Grayscale: #B7B7B7. Windows color (decimal): -4542243 or 14528698. OLE color: 14528698.

HSL color Cylindrical-coordinate representation of color #BAB0DD: hue angle of 253.33º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAB0DD is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 176 221 -
CMYK 0.16 0.20 0 0.13
HSL 253.33º 0.4% 0.78% -
HSV(B) 253.33º 0.2% 0.87% -
XYZ 48.83 46.71 74.85 -
YUV 184.12 148.81 129.34 -
System Red Green Blue C M Y K H S L
Decimal 186 176 221 0.16 0.20 0 0.13 253.33 0.4 0.78
Hex BA B0 DD 10 14 0 D FD 28 4E
Octal 272 260 335 20 24 0 15 375 50 116
Binary 10111010 10110000 11011101 10000 10100 0 1101 11111101 101000 1001110

Color Harmonies of #BAB0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB0DD

Black with #BAB0DD

Text Example


Text Example

White with #BAB0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB0DD; }

 p { color: rgb(186,176,221); }

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

background-color css

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

 a { background-color: rgb(186,176,221); }

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

border-color css

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

 span { border-color: rgb(186,176,221); }

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