Html Css Color HEX #BAA8FE Melrose

📋 copy color: '#BAA8FE'

red 186 ◦ green 168 ◦ blue 254

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

Shades of Melrose #BAA8FE

Tints of Melrose #BAA8FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.78%

R = 30.59%
G = 27.63%
B = 41.78%

CMYK

 C value IS 0.27

 M value IS 0.34

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BAA8FE (or 0xBAA8FE) is known color: Melrose. HEX triplet: BA, A8 and FE. RGB value is (186,168,254). Sum of RGB (Red+Green+Blue) = 186+168+254=608 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.59% from 608); Green value is 168 (66.02% from 255 or 27.63% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #BAA8FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA8FE is #455701. Grayscale: #B6B6B6. Windows color (decimal): -4544258 or 16689338. OLE color: 16689338.

HSL color Cylindrical-coordinate representation of color #BAA8FE: hue angle of 252.56º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BAA8FE is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 186 168 254 -
CMYK 0.27 0.34 0 0.00
HSL 252.56º 0.98% 0.83% -
HSV(B) 252.56º 0.34% 1% -
XYZ 52.14 45.6 99.82 -
YUV 183.19 167.96 130.01 -
System Red Green Blue C M Y K H S L
Decimal 186 168 254 0.27 0.34 0 0.00 252.56 0.98 0.83
Hex BA A8 FE 1B 22 0 0 FD 62 53
Octal 272 250 376 33 42 0 0 375 142 123
Binary 10111010 10101000 11111110 11011 100010 0 0 11111101 1100010 1010011

Color Harmonies of #BAA8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA8FE

Black with #BAA8FE

Text Example


Text Example

White with #BAA8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA8FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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