Html Css Color HEX #BAB1E9 Melrose

📋 copy color: '#BAB1E9'

red 186 ◦ green 177 ◦ blue 233

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

Shades of Melrose #BAB1E9

Tints of Melrose #BAB1E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 39.09%

R = 31.21%
G = 29.7%
B = 39.09%

CMYK

 C value IS 0.20

 M value IS 0.24

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BAB1E9 (or 0xBAB1E9) is known color: Melrose. HEX triplet: BA, B1 and E9. RGB value is (186,177,233). Sum of RGB (Red+Green+Blue) = 186+177+233=596 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.21% from 596); Green value is 177 (69.53% from 255 or 29.70% from 596); Blue value is 233 (91.41% from 255 or 39.09% from 596); Max value from RGB is 233 - color contains mainly: blue. Hex color #BAB1E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAB1E9 is #454E16. Grayscale: #B9B9B9. Windows color (decimal): -4541975 or 15315386. OLE color: 15315386.

HSL color Cylindrical-coordinate representation of color #BAB1E9: hue angle of 249.64º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAB1E9 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 177 233 -
CMYK 0.20 0.24 0 0.09
HSL 249.64º 0.56% 0.8% -
HSV(B) 249.64º 0.24% 0.91% -
XYZ 50.68 47.77 83.64 -
YUV 186.08 154.48 127.95 -
System Red Green Blue C M Y K H S L
Decimal 186 177 233 0.20 0.24 0 0.09 249.64 0.56 0.8
Hex BA B1 E9 14 18 0 9 FA 38 50
Octal 272 261 351 24 30 0 11 372 70 120
Binary 10111010 10110001 11101001 10100 11000 0 1001 11111010 111000 1010000

Color Harmonies of #BAB1E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB1E9

Black with #BAB1E9

Text Example


Text Example

White with #BAB1E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB1E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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