Html Css Color HEX #BAB1E8 Melrose

📋 copy color: '#BAB1E8'

red 186 ◦ green 177 ◦ blue 232

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

Shades of Melrose #BAB1E8

Tints of Melrose #BAB1E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 38.99%

R = 31.26%
G = 29.75%
B = 38.99%

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

#BAB1E8 (or 0xBAB1E8) is known color: Melrose. HEX triplet: BA, B1 and E8. RGB value is (186,177,232). Sum of RGB (Red+Green+Blue) = 186+177+232=595 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.26% from 595); Green value is 177 (69.53% from 255 or 29.75% from 595); Blue value is 232 (91.02% from 255 or 38.99% from 595); Max value from RGB is 232 - color contains mainly: blue. Hex color #BAB1E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAB1E8 is #454E17. Grayscale: #B9B9B9. Windows color (decimal): -4541976 or 15249850. OLE color: 15249850.

HSL color Cylindrical-coordinate representation of color #BAB1E8: hue angle of 249.82º degrees, saturation: 0.54, 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 #BAB1E8 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 177 232 -
CMYK 0.20 0.24 0 0.09
HSL 249.82º 0.54% 0.8% -
HSV(B) 249.82º 0.24% 0.91% -
XYZ 50.54 47.71 82.89 -
YUV 185.96 153.98 128.03 -
System Red Green Blue C M Y K H S L
Decimal 186 177 232 0.20 0.24 0 0.09 249.82 0.54 0.8
Hex BA B1 E8 14 18 0 9 FA 36 50
Octal 272 261 350 24 30 0 11 372 66 120
Binary 10111010 10110001 11101000 10100 11000 0 1001 11111010 110110 1010000

Color Harmonies of #BAB1E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB1E8

Black with #BAB1E8

Text Example


Text Example

White with #BAB1E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB1E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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