Html Css Color HEX #BAA8EB Melrose

📋 copy color: '#BAA8EB'

red 186 ◦ green 168 ◦ blue 235

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

Shades of Melrose #BAA8EB

Tints of Melrose #BAA8EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.9%

R = 31.58%
G = 28.52%
B = 39.9%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BAA8EB (or 0xBAA8EB) is known color: Melrose. HEX triplet: BA, A8 and EB. RGB value is (186,168,235). Sum of RGB (Red+Green+Blue) = 186+168+235=589 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.58% from 589); Green value is 168 (66.02% from 255 or 28.52% from 589); Blue value is 235 (92.19% from 255 or 39.90% from 589); Max value from RGB is 235 - color contains mainly: blue. Hex color #BAA8EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA8EB is #455714. Grayscale: #B4B4B4. Windows color (decimal): -4544277 or 15444154. OLE color: 15444154.

HSL color Cylindrical-coordinate representation of color #BAA8EB: hue angle of 256.12º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAA8EB is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 168 235 -
CMYK 0.21 0.29 0 0.08
HSL 256.12º 0.63% 0.79% -
HSV(B) 256.12º 0.29% 0.92% -
XYZ 49.25 44.44 84.58 -
YUV 181.02 158.46 131.55 -
System Red Green Blue C M Y K H S L
Decimal 186 168 235 0.21 0.29 0 0.08 256.12 0.63 0.79
Hex BA A8 EB 15 1D 0 8 100 3F 4F
Octal 272 250 353 25 35 0 10 400 77 117
Binary 10111010 10101000 11101011 10101 11101 0 1000 100000000 111111 1001111

Color Harmonies of #BAA8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA8EB

Black with #BAA8EB

Text Example


Text Example

White with #BAA8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA8EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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