Html Css Color HEX #BAA8FA Melrose

📋 copy color: '#BAA8FA'

red 186 ◦ green 168 ◦ blue 250

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

Shades of Melrose #BAA8FA

Tints of Melrose #BAA8FA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.81%

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

R = 30.79%
G = 27.81%
B = 41.39%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BAA8FA (or 0xBAA8FA) is known color: Melrose. HEX triplet: BA, A8 and FA. RGB value is (186,168,250). Sum of RGB (Red+Green+Blue) = 186+168+250=604 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.79% from 604); Green value is 168 (66.02% from 255 or 27.81% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #BAA8FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA8FA is #455705. Grayscale: #B6B6B6. Windows color (decimal): -4544262 or 16427194. OLE color: 16427194.

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

Color convert

RGB 186 168 250 -
CMYK 0.26 0.33 0 0.02
HSL 253.17º 0.89% 0.82% -
HSV(B) 253.17º 0.33% 0.98% -
XYZ 51.51 45.35 96.48 -
YUV 182.73 165.96 130.33 -
System Red Green Blue C M Y K H S L
Decimal 186 168 250 0.26 0.33 0 0.02 253.17 0.89 0.82
Hex BA A8 FA 1A 21 0 2 FD 59 52
Octal 272 250 372 32 41 0 2 375 131 122
Binary 10111010 10101000 11111010 11010 100001 0 10 11111101 1011001 1010010

Color Harmonies of #BAA8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA8FA

Black with #BAA8FA

Text Example


Text Example

White with #BAA8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA8FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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