Html Css Color HEX #BAABF6 Melrose

📋 copy color: '#BAABF6'

red 186 ◦ green 171 ◦ blue 246

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

Shades of Melrose #BAABF6

Tints of Melrose #BAABF6

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.36%

 BLUE value IS 246 (96.48% from 255) = 40.8%

R = 30.85%
G = 28.36%
B = 40.8%

CMYK

 C value IS 0.24

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BAABF6 (or 0xBAABF6) is known color: Melrose. HEX triplet: BA, AB and F6. RGB value is (186,171,246). Sum of RGB (Red+Green+Blue) = 186+171+246=603 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.85% from 603); Green value is 171 (67.19% from 255 or 28.36% from 603); Blue value is 246 (96.48% from 255 or 40.80% from 603); Max value from RGB is 246 - color contains mainly: blue. Hex color #BAABF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAABF6 is #455409. Grayscale: #B7B7B7. Windows color (decimal): -4543498 or 16165818. OLE color: 16165818.

HSL color Cylindrical-coordinate representation of color #BAABF6: hue angle of 252º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAABF6 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 171 246 -
CMYK 0.24 0.30 0 0.04
HSL 252º 0.81% 0.82% -
HSV(B) 252º 0.3% 0.96% -
XYZ 51.45 46.22 93.4 -
YUV 184.04 162.97 129.4 -
System Red Green Blue C M Y K H S L
Decimal 186 171 246 0.24 0.30 0 0.04 252 0.81 0.82
Hex BA AB F6 18 1E 0 4 FC 51 52
Octal 272 253 366 30 36 0 4 374 121 122
Binary 10111010 10101011 11110110 11000 11110 0 100 11111100 1010001 1010010

Color Harmonies of #BAABF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAABF6

Black with #BAABF6

Text Example


Text Example

White with #BAABF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAABF6; }

 p { color: rgb(186,171,246); }

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

background-color css

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

 a { background-color: rgb(186,171,246); }

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

border-color css

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

 span { border-color: rgb(186,171,246); }

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