Html Css Color HEX #BAB1DF Melrose

📋 copy color: '#BAB1DF'

red 186 ◦ green 177 ◦ blue 223

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

Shades of Melrose #BAB1DF

Tints of Melrose #BAB1DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.05%

R = 31.74%
G = 30.2%
B = 38.05%

CMYK

 C value IS 0.17

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BAB1DF (or 0xBAB1DF) is known color: Melrose. HEX triplet: BA, B1 and DF. RGB value is (186,177,223). Sum of RGB (Red+Green+Blue) = 186+177+223=586 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.74% from 586); Green value is 177 (69.53% from 255 or 30.20% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 223 - color contains mainly: blue. Hex color #BAB1DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB1DF is #454E20. Grayscale: #B8B8B8. Windows color (decimal): -4541985 or 14660026. OLE color: 14660026.

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

Color convert

RGB 186 177 223 -
CMYK 0.17 0.21 0 0.13
HSL 251.74º 0.42% 0.78% -
HSV(B) 251.74º 0.21% 0.87% -
XYZ 49.29 47.21 76.33 -
YUV 184.94 149.48 128.76 -
System Red Green Blue C M Y K H S L
Decimal 186 177 223 0.17 0.21 0 0.13 251.74 0.42 0.78
Hex BA B1 DF 11 15 0 D FC 2A 4E
Octal 272 261 337 21 25 0 15 374 52 116
Binary 10111010 10110001 11011111 10001 10101 0 1101 11111100 101010 1001110

Color Harmonies of #BAB1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB1DF

Black with #BAB1DF

Text Example


Text Example

White with #BAB1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB1DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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