Html Css Color HEX #BAA4FA Melrose

📋 copy color: '#BAA4FA'

red 186 ◦ green 164 ◦ blue 250

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

Shades of Melrose #BAA4FA

Tints of Melrose #BAA4FA

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.33%

 BLUE value IS 250 (98.05% from 255) = 41.67%

R = 31%
G = 27.33%
B = 41.67%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BAA4FA (or 0xBAA4FA) is known color: Melrose. HEX triplet: BA, A4 and FA. RGB value is (186,164,250). Sum of RGB (Red+Green+Blue) = 186+164+250=600 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31% from 600); Green value is 164 (64.45% from 255 or 27.33% from 600); Blue value is 250 (98.05% from 255 or 41.67% from 600); Max value from RGB is 250 - color contains mainly: blue. Hex color #BAA4FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA4FA is #455B05. Grayscale: #B4B4B4. Windows color (decimal): -4545286 or 16426170. OLE color: 16426170.

HSL color Cylindrical-coordinate representation of color #BAA4FA: hue angle of 255.35º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BAA4FA is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 164 250 -
CMYK 0.26 0.34 0 0.02
HSL 255.35º 0.9% 0.81% -
HSV(B) 255.35º 0.34% 0.98% -
XYZ 50.78 43.89 96.24 -
YUV 180.38 167.29 132.01 -
System Red Green Blue C M Y K H S L
Decimal 186 164 250 0.26 0.34 0 0.02 255.35 0.9 0.81
Hex BA A4 FA 1A 22 0 2 FF 5A 51
Octal 272 244 372 32 42 0 2 377 132 121
Binary 10111010 10100100 11111010 11010 100010 0 10 11111111 1011010 1010001

Color Harmonies of #BAA4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA4FA

Black with #BAA4FA

Text Example


Text Example

White with #BAA4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA4FA; }

 p { color: rgb(186,164,250); }

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

background-color css

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

 a { background-color: rgb(186,164,250); }

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

border-color css

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

 span { border-color: rgb(186,164,250); }

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