Html Css Color HEX #BAB2DB Melrose

📋 copy color: '#BAB2DB'

red 186 ◦ green 178 ◦ blue 219

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

Shades of Melrose #BAB2DB

Tints of Melrose #BAB2DB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.53%

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

R = 31.9%
G = 30.53%
B = 37.56%

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

#BAB2DB (or 0xBAB2DB) is known color: Melrose. HEX triplet: BA, B2 and DB. RGB value is (186,178,219). Sum of RGB (Red+Green+Blue) = 186+178+219=583 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.90% from 583); Green value is 178 (69.92% from 255 or 30.53% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 219 - color contains mainly: blue. Hex color #BAB2DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB2DB is #454D24. Grayscale: #B8B8B8. Windows color (decimal): -4541733 or 14398138. OLE color: 14398138.

HSL color Cylindrical-coordinate representation of color #BAB2DB: hue angle of 251.71º degrees, saturation: 0.36, 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 #BAB2DB is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 178 219 -
CMYK 0.15 0.19 0 0.14
HSL 251.71º 0.36% 0.78% -
HSV(B) 251.71º 0.19% 0.86% -
XYZ 48.96 47.39 73.59 -
YUV 185.07 147.15 128.67 -
System Red Green Blue C M Y K H S L
Decimal 186 178 219 0.15 0.19 0 0.14 251.71 0.36 0.78
Hex BA B2 DB F 13 0 E FC 24 4E
Octal 272 262 333 17 23 0 16 374 44 116
Binary 10111010 10110010 11011011 1111 10011 0 1110 11111100 100100 1001110

Color Harmonies of #BAB2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB2DB

Black with #BAB2DB

Text Example


Text Example

White with #BAB2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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