Html Css Color HEX #BAB0DB Melrose

📋 copy color: '#BAB0DB'

red 186 ◦ green 176 ◦ blue 219

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

Shades of Melrose #BAB0DB

Tints of Melrose #BAB0DB

RGB

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

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

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

R = 32.01%
G = 30.29%
B = 37.69%

CMYK

 C value IS 0.15

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BAB0DB (or 0xBAB0DB) is known color: Melrose. HEX triplet: BA, B0 and DB. RGB value is (186,176,219). Sum of RGB (Red+Green+Blue) = 186+176+219=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 176 (69.14% from 255 or 30.29% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 219 - color contains mainly: blue. Hex color #BAB0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB0DB is #454F24. Grayscale: #B7B7B7. Windows color (decimal): -4542245 or 14397626. OLE color: 14397626.

HSL color Cylindrical-coordinate representation of color #BAB0DB: hue angle of 253.95º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAB0DB is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 176 219 -
CMYK 0.15 0.20 0 0.14
HSL 253.95º 0.37% 0.77% -
HSV(B) 253.95º 0.2% 0.86% -
XYZ 48.56 46.6 73.45 -
YUV 183.89 147.81 129.5 -
System Red Green Blue C M Y K H S L
Decimal 186 176 219 0.15 0.20 0 0.14 253.95 0.37 0.77
Hex BA B0 DB F 14 0 E FE 25 4D
Octal 272 260 333 17 24 0 16 376 45 115
Binary 10111010 10110000 11011011 1111 10100 0 1110 11111110 100101 1001101

Color Harmonies of #BAB0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB0DB

Black with #BAB0DB

Text Example


Text Example

White with #BAB0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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