Html Css Color HEX #BAA3FD Melrose

📋 copy color: '#BAA3FD'

red 186 ◦ green 163 ◦ blue 253

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

Shades of Melrose #BAA3FD

Tints of Melrose #BAA3FD

RGB

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

 GREEN value IS 163 (64.06% from 255) = 27.08%

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

R = 30.9%
G = 27.08%
B = 42.03%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BAA3FD (or 0xBAA3FD) is known color: Melrose. HEX triplet: BA, A3 and FD. RGB value is (186,163,253). Sum of RGB (Red+Green+Blue) = 186+163+253=602 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.90% from 602); Green value is 163 (64.06% from 255 or 27.08% from 602); Blue value is 253 (99.22% from 255 or 42.03% from 602); Max value from RGB is 253 - color contains mainly: blue. Hex color #BAA3FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA3FD is #455C02. Grayscale: #B3B3B3. Windows color (decimal): -4545539 or 16622522. OLE color: 16622522.

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

Color convert

RGB 186 163 253 -
CMYK 0.26 0.36 0 0.01
HSL 255.33º 0.96% 0.82% -
HSV(B) 255.33º 0.36% 0.99% -
XYZ 51.08 43.73 98.68 -
YUV 180.14 169.12 132.18 -
System Red Green Blue C M Y K H S L
Decimal 186 163 253 0.26 0.36 0 0.01 255.33 0.96 0.82
Hex BA A3 FD 1A 24 0 1 FF 60 52
Octal 272 243 375 32 44 0 1 377 140 122
Binary 10111010 10100011 11111101 11010 100100 0 1 11111111 1100000 1010010

Color Harmonies of #BAA3FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA3FD

Black with #BAA3FD

Text Example


Text Example

White with #BAA3FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA3FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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