Html Css Color HEX #BAA6FD Melrose

📋 copy color: '#BAA6FD'

red 186 ◦ green 166 ◦ blue 253

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

Shades of Melrose #BAA6FD

Tints of Melrose #BAA6FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.82%

R = 30.74%
G = 27.44%
B = 41.82%

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

#BAA6FD (or 0xBAA6FD) is known color: Melrose. HEX triplet: BA, A6 and FD. RGB value is (186,166,253). Sum of RGB (Red+Green+Blue) = 186+166+253=605 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.74% from 605); Green value is 166 (65.23% from 255 or 27.44% from 605); Blue value is 253 (99.22% from 255 or 41.82% from 605); Max value from RGB is 253 - color contains mainly: blue. Hex color #BAA6FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA6FD is #455902. Grayscale: #B5B5B5. Windows color (decimal): -4544771 or 16623290. OLE color: 16623290.

HSL color Cylindrical-coordinate representation of color #BAA6FD: hue angle of 253.79º degrees, saturation: 0.96, 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 #BAA6FD is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 186 166 253 -
CMYK 0.26 0.34 0 0.01
HSL 253.79º 0.96% 0.82% -
HSV(B) 253.79º 0.34% 0.99% -
XYZ 51.62 44.8 98.86 -
YUV 181.9 168.13 130.93 -
System Red Green Blue C M Y K H S L
Decimal 186 166 253 0.26 0.34 0 0.01 253.79 0.96 0.82
Hex BA A6 FD 1A 22 0 1 FE 60 52
Octal 272 246 375 32 42 0 1 376 140 122
Binary 10111010 10100110 11111101 11010 100010 0 1 11111110 1100000 1010010

Color Harmonies of #BAA6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA6FD

Black with #BAA6FD

Text Example


Text Example

White with #BAA6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA6FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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