Html Css Color HEX #BAB1EF Melrose

📋 copy color: '#BAB1EF'

red 186 ◦ green 177 ◦ blue 239

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

Shades of Melrose #BAB1EF

Tints of Melrose #BAB1EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 39.7%

R = 30.9%
G = 29.4%
B = 39.7%

CMYK

 C value IS 0.22

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BAB1EF (or 0xBAB1EF) is known color: Melrose. HEX triplet: BA, B1 and EF. RGB value is (186,177,239). Sum of RGB (Red+Green+Blue) = 186+177+239=602 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.90% from 602); Green value is 177 (69.53% from 255 or 29.40% from 602); Blue value is 239 (93.75% from 255 or 39.70% from 602); Max value from RGB is 239 - color contains mainly: blue. Hex color #BAB1EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAB1EF is #454E10. Grayscale: #BABABA. Windows color (decimal): -4541969 or 15708602. OLE color: 15708602.

HSL color Cylindrical-coordinate representation of color #BAB1EF: hue angle of 248.71º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAB1EF is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 177 239 -
CMYK 0.22 0.26 0 0.06
HSL 248.71º 0.66% 0.82% -
HSV(B) 248.71º 0.26% 0.94% -
XYZ 51.55 48.12 88.23 -
YUV 186.76 157.48 127.46 -
System Red Green Blue C M Y K H S L
Decimal 186 177 239 0.22 0.26 0 0.06 248.71 0.66 0.82
Hex BA B1 EF 16 1A 0 6 F9 42 52
Octal 272 261 357 26 32 0 6 371 102 122
Binary 10111010 10110001 11101111 10110 11010 0 110 11111001 1000010 1010010

Color Harmonies of #BAB1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB1EF

Black with #BAB1EF

Text Example


Text Example

White with #BAB1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB1EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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