Html Css Color HEX #BAA7F8 Melrose

📋 copy color: '#BAA7F8'

red 186 ◦ green 167 ◦ blue 248

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

Shades of Melrose #BAA7F8

Tints of Melrose #BAA7F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 41.26%

R = 30.95%
G = 27.79%
B = 41.26%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BAA7F8 (or 0xBAA7F8) is known color: Melrose. HEX triplet: BA, A7 and F8. RGB value is (186,167,248). Sum of RGB (Red+Green+Blue) = 186+167+248=601 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.95% from 601); Green value is 167 (65.62% from 255 or 27.79% from 601); Blue value is 248 (97.27% from 255 or 41.26% from 601); Max value from RGB is 248 - color contains mainly: blue. Hex color #BAA7F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA7F8 is #455807. Grayscale: #B5B5B5. Windows color (decimal): -4544520 or 16295866. OLE color: 16295866.

HSL color Cylindrical-coordinate representation of color #BAA7F8: hue angle of 254.07º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BAA7F8 is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 167 248 -
CMYK 0.25 0.33 0 0.03
HSL 254.07º 0.85% 0.81% -
HSV(B) 254.07º 0.33% 0.97% -
XYZ 51.01 44.85 94.78 -
YUV 181.92 165.29 130.91 -
System Red Green Blue C M Y K H S L
Decimal 186 167 248 0.25 0.33 0 0.03 254.07 0.85 0.81
Hex BA A7 F8 19 21 0 3 FE 55 51
Octal 272 247 370 31 41 0 3 376 125 121
Binary 10111010 10100111 11111000 11001 100001 0 11 11111110 1010101 1010001

Color Harmonies of #BAA7F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA7F8

Black with #BAA7F8

Text Example


Text Example

White with #BAA7F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA7F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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