Html Css Color HEX #BAB1EC Melrose

📋 copy color: '#BAB1EC'

red 186 ◦ green 177 ◦ blue 236

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

Shades of Melrose #BAB1EC

Tints of Melrose #BAB1EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.4%

R = 31.05%
G = 29.55%
B = 39.4%

CMYK

 C value IS 0.21

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BAB1EC (or 0xBAB1EC) is known color: Melrose. HEX triplet: BA, B1 and EC. RGB value is (186,177,236). Sum of RGB (Red+Green+Blue) = 186+177+236=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 177 (69.53% from 255 or 29.55% from 599); Blue value is 236 (92.58% from 255 or 39.40% from 599); Max value from RGB is 236 - color contains mainly: blue. Hex color #BAB1EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAB1EC is #454E13. Grayscale: #BABABA. Windows color (decimal): -4541972 or 15511994. OLE color: 15511994.

HSL color Cylindrical-coordinate representation of color #BAB1EC: hue angle of 249.15º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAB1EC is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 177 236 -
CMYK 0.21 0.25 0 0.07
HSL 249.15º 0.61% 0.81% -
HSV(B) 249.15º 0.25% 0.93% -
XYZ 51.11 47.94 85.92 -
YUV 186.42 155.98 127.7 -
System Red Green Blue C M Y K H S L
Decimal 186 177 236 0.21 0.25 0 0.07 249.15 0.61 0.81
Hex BA B1 EC 15 19 0 7 F9 3D 51
Octal 272 261 354 25 31 0 7 371 75 121
Binary 10111010 10110001 11101100 10101 11001 0 111 11111001 111101 1010001

Color Harmonies of #BAB1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB1EC

Black with #BAB1EC

Text Example


Text Example

White with #BAB1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB1EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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