Html Css Color HEX #BAA2FD Melrose

📋 copy color: '#BAA2FD'

red 186 ◦ green 162 ◦ blue 253

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

Shades of Melrose #BAA2FD

Tints of Melrose #BAA2FD

RGB

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

 GREEN value IS 162 (63.67% from 255) = 26.96%

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

R = 30.95%
G = 26.96%
B = 42.1%

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

#BAA2FD (or 0xBAA2FD) is known color: Melrose. HEX triplet: BA, A2 and FD. RGB value is (186,162,253). Sum of RGB (Red+Green+Blue) = 186+162+253=601 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.95% from 601); Green value is 162 (63.67% from 255 or 26.96% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 253 - color contains mainly: blue. Hex color #BAA2FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA2FD is #455D02. Grayscale: #B3B3B3. Windows color (decimal): -4545795 or 16622266. OLE color: 16622266.

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

Color convert

RGB 186 162 253 -
CMYK 0.26 0.36 0 0.01
HSL 255.82º 0.96% 0.81% -
HSV(B) 255.82º 0.36% 0.99% -
XYZ 50.9 43.37 98.62 -
YUV 179.55 169.45 132.6 -
System Red Green Blue C M Y K H S L
Decimal 186 162 253 0.26 0.36 0 0.01 255.82 0.96 0.81
Hex BA A2 FD 1A 24 0 1 100 60 51
Octal 272 242 375 32 44 0 1 400 140 121
Binary 10111010 10100010 11111101 11010 100100 0 1 100000000 1100000 1010001

Color Harmonies of #BAA2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA2FD

Black with #BAA2FD

Text Example


Text Example

White with #BAA2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA2FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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