Html Css Color HEX #BAA7FA Melrose

📋 copy color: '#BAA7FA'

red 186 ◦ green 167 ◦ blue 250

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

Shades of Melrose #BAA7FA

Tints of Melrose #BAA7FA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 27.69%

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

R = 30.85%
G = 27.69%
B = 41.46%

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

#BAA7FA (or 0xBAA7FA) is known color: Melrose. HEX triplet: BA, A7 and FA. RGB value is (186,167,250). Sum of RGB (Red+Green+Blue) = 186+167+250=603 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.85% from 603); Green value is 167 (65.62% from 255 or 27.69% from 603); Blue value is 250 (98.05% from 255 or 41.46% from 603); Max value from RGB is 250 - color contains mainly: blue. Hex color #BAA7FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA7FA is #455805. Grayscale: #B5B5B5. Windows color (decimal): -4544518 or 16426938. OLE color: 16426938.

HSL color Cylindrical-coordinate representation of color #BAA7FA: hue angle of 253.73º 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 #BAA7FA is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 167 250 -
CMYK 0.26 0.33 0 0.02
HSL 253.73º 0.89% 0.82% -
HSV(B) 253.73º 0.33% 0.98% -
XYZ 51.32 44.98 96.42 -
YUV 182.14 166.29 130.75 -
System Red Green Blue C M Y K H S L
Decimal 186 167 250 0.26 0.33 0 0.02 253.73 0.89 0.82
Hex BA A7 FA 1A 21 0 2 FE 59 52
Octal 272 247 372 32 41 0 2 376 131 122
Binary 10111010 10100111 11111010 11010 100001 0 10 11111110 1011001 1010010

Color Harmonies of #BAA7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA7FA

Black with #BAA7FA

Text Example


Text Example

White with #BAA7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA7FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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