Html Css Color HEX #BAA6FC Melrose

📋 copy color: '#BAA6FC'

red 186 ◦ green 166 ◦ blue 252

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

Shades of Melrose #BAA6FC

Tints of Melrose #BAA6FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.72%

R = 30.79%
G = 27.48%
B = 41.72%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BAA6FC (or 0xBAA6FC) is known color: Melrose. HEX triplet: BA, A6 and FC. RGB value is (186,166,252). Sum of RGB (Red+Green+Blue) = 186+166+252=604 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.79% from 604); Green value is 166 (65.23% from 255 or 27.48% from 604); Blue value is 252 (98.83% from 255 or 41.72% from 604); Max value from RGB is 252 - color contains mainly: blue. Hex color #BAA6FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA6FC is #455903. Grayscale: #B5B5B5. Windows color (decimal): -4544772 or 16557754. OLE color: 16557754.

HSL color Cylindrical-coordinate representation of color #BAA6FC: hue angle of 253.95º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BAA6FC is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 186 166 252 -
CMYK 0.26 0.34 0 0.01
HSL 253.95º 0.93% 0.82% -
HSV(B) 253.95º 0.34% 0.99% -
XYZ 51.46 44.74 98.02 -
YUV 181.78 167.63 131.01 -
System Red Green Blue C M Y K H S L
Decimal 186 166 252 0.26 0.34 0 0.01 253.95 0.93 0.82
Hex BA A6 FC 1A 22 0 1 FE 5D 52
Octal 272 246 374 32 42 0 1 376 135 122
Binary 10111010 10100110 11111100 11010 100010 0 1 11111110 1011101 1010010

Color Harmonies of #BAA6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA6FC

Black with #BAA6FC

Text Example


Text Example

White with #BAA6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA6FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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