Html Css Color HEX #BAA6F3 Melrose

📋 copy color: '#BAA6F3'

red 186 ◦ green 166 ◦ blue 243

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

Shades of Melrose #BAA6F3

Tints of Melrose #BAA6F3

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.9%

 BLUE value IS 243 (95.31% from 255) = 40.84%

R = 31.26%
G = 27.9%
B = 40.84%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BAA6F3 (or 0xBAA6F3) is known color: Melrose. HEX triplet: BA, A6 and F3. RGB value is (186,166,243). Sum of RGB (Red+Green+Blue) = 186+166+243=595 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.26% from 595); Green value is 166 (65.23% from 255 or 27.90% from 595); Blue value is 243 (95.31% from 255 or 40.84% from 595); Max value from RGB is 243 - color contains mainly: blue. Hex color #BAA6F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA6F3 is #45590C. Grayscale: #B4B4B4. Windows color (decimal): -4544781 or 15967930. OLE color: 15967930.

HSL color Cylindrical-coordinate representation of color #BAA6F3: hue angle of 255.58º degrees, saturation: 0.76, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAA6F3 is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 166 243 -
CMYK 0.23 0.32 0 0.05
HSL 255.58º 0.76% 0.8% -
HSV(B) 255.58º 0.32% 0.95% -
XYZ 50.06 44.18 90.68 -
YUV 180.76 163.13 131.74 -
System Red Green Blue C M Y K H S L
Decimal 186 166 243 0.23 0.32 0 0.05 255.58 0.76 0.8
Hex BA A6 F3 17 20 0 5 100 4C 50
Octal 272 246 363 27 40 0 5 400 114 120
Binary 10111010 10100110 11110011 10111 100000 0 101 100000000 1001100 1010000

Color Harmonies of #BAA6F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA6F3

Black with #BAA6F3

Text Example


Text Example

White with #BAA6F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA6F3; }

 p { color: rgb(186,166,243); }

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

background-color css

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

 a { background-color: rgb(186,166,243); }

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

border-color css

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

 span { border-color: rgb(186,166,243); }

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