Html Css Color HEX #BAB1E0 Melrose

📋 copy color: '#BAB1E0'

red 186 ◦ green 177 ◦ blue 224

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

Shades of Melrose #BAB1E0

Tints of Melrose #BAB1E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.16%

R = 31.69%
G = 30.15%
B = 38.16%

CMYK

 C value IS 0.17

 M value IS 0.21

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BAB1E0 (or 0xBAB1E0) is known color: Melrose. HEX triplet: BA, B1 and E0. RGB value is (186,177,224). Sum of RGB (Red+Green+Blue) = 186+177+224=587 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.69% from 587); Green value is 177 (69.53% from 255 or 30.15% from 587); Blue value is 224 (87.89% from 255 or 38.16% from 587); Max value from RGB is 224 - color contains mainly: blue. Hex color #BAB1E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB1E0 is #454E1F. Grayscale: #B8B8B8. Windows color (decimal): -4541984 or 14725562. OLE color: 14725562.

HSL color Cylindrical-coordinate representation of color #BAB1E0: hue angle of 251.49º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAB1E0 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 177 224 -
CMYK 0.17 0.21 0 0.12
HSL 251.49º 0.43% 0.79% -
HSV(B) 251.49º 0.21% 0.88% -
XYZ 49.43 47.27 77.04 -
YUV 185.05 149.98 128.68 -
System Red Green Blue C M Y K H S L
Decimal 186 177 224 0.17 0.21 0 0.12 251.49 0.43 0.79
Hex BA B1 E0 11 15 0 C FB 2B 4F
Octal 272 261 340 21 25 0 14 373 53 117
Binary 10111010 10110001 11100000 10001 10101 0 1100 11111011 101011 1001111

Color Harmonies of #BAB1E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB1E0

Black with #BAB1E0

Text Example


Text Example

White with #BAB1E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB1E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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