Html Css Color HEX #BAB1DB Melrose

📋 copy color: '#BAB1DB'

red 186 ◦ green 177 ◦ blue 219

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

Shades of Melrose #BAB1DB

Tints of Melrose #BAB1DB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.41%

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

R = 31.96%
G = 30.41%
B = 37.63%

CMYK

 C value IS 0.15

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BAB1DB (or 0xBAB1DB) is known color: Melrose. HEX triplet: BA, B1 and DB. RGB value is (186,177,219). Sum of RGB (Red+Green+Blue) = 186+177+219=582 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.96% from 582); Green value is 177 (69.53% from 255 or 30.41% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 219 - color contains mainly: blue. Hex color #BAB1DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB1DB is #454E24. Grayscale: #B8B8B8. Windows color (decimal): -4541989 or 14397882. OLE color: 14397882.

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

Color convert

RGB 186 177 219 -
CMYK 0.15 0.19 0 0.14
HSL 252.86º 0.37% 0.78% -
HSV(B) 252.86º 0.19% 0.86% -
XYZ 48.76 47 73.52 -
YUV 184.48 147.48 129.08 -
System Red Green Blue C M Y K H S L
Decimal 186 177 219 0.15 0.19 0 0.14 252.86 0.37 0.78
Hex BA B1 DB F 13 0 E FD 25 4E
Octal 272 261 333 17 23 0 16 375 45 116
Binary 10111010 10110001 11011011 1111 10011 0 1110 11111101 100101 1001110

Color Harmonies of #BAB1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB1DB

Black with #BAB1DB

Text Example


Text Example

White with #BAB1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB1DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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