Html Css Color HEX #BAA6FE Melrose

📋 copy color: '#BAA6FE'

red 186 ◦ green 166 ◦ blue 254

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

Shades of Melrose #BAA6FE

Tints of Melrose #BAA6FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.91%

R = 30.69%
G = 27.39%
B = 41.91%

CMYK

 C value IS 0.27

 M value IS 0.35

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BAA6FE (or 0xBAA6FE) is known color: Melrose. HEX triplet: BA, A6 and FE. RGB value is (186,166,254). Sum of RGB (Red+Green+Blue) = 186+166+254=606 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.69% from 606); Green value is 166 (65.23% from 255 or 27.39% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #BAA6FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA6FE is #455901. Grayscale: #B5B5B5. Windows color (decimal): -4544770 or 16688826. OLE color: 16688826.

HSL color Cylindrical-coordinate representation of color #BAA6FE: hue angle of 253.64º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BAA6FE is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 186 166 254 -
CMYK 0.27 0.35 0 0.00
HSL 253.64º 0.98% 0.82% -
HSV(B) 253.64º 0.35% 1% -
XYZ 51.78 44.87 99.7 -
YUV 182.01 168.63 130.84 -
System Red Green Blue C M Y K H S L
Decimal 186 166 254 0.27 0.35 0 0.00 253.64 0.98 0.82
Hex BA A6 FE 1B 23 0 0 FE 62 52
Octal 272 246 376 33 43 0 0 376 142 122
Binary 10111010 10100110 11111110 11011 100011 0 0 11111110 1100010 1010010

Color Harmonies of #BAA6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA6FE

Black with #BAA6FE

Text Example


Text Example

White with #BAA6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA6FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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