Html Css Color HEX #BAA5FF Melrose

📋 copy color: '#BAA5FF'

red 186 ◦ green 165 ◦ blue 255

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

Shades of Melrose #BAA5FF

Tints of Melrose #BAA5FF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.23%

 BLUE value IS 255 (100% from 255) = 42.08%

R = 30.69%
G = 27.23%
B = 42.08%

CMYK

 C value IS 0.27

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BAA5FF (or 0xBAA5FF) is known color: Melrose. HEX triplet: BA, A5 and FF. RGB value is (186,165,255). Sum of RGB (Red+Green+Blue) = 186+165+255=606 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.69% from 606); Green value is 165 (64.84% from 255 or 27.23% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAA5FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA5FF is #455A00. Grayscale: #B5B5B5. Windows color (decimal): -4545025 or 16754106. OLE color: 16754106.

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

Color convert

RGB 186 165 255 -
CMYK 0.27 0.35 0 0
HSL 254º 1% 0.82% -
HSV(B) 254º 0.35% 1% -
XYZ 51.75 44.57 100.48 -
YUV 181.54 169.46 131.18 -
System Red Green Blue C M Y K H S L
Decimal 186 165 255 0.27 0.35 0 0 254 1 0.82
Hex BA A5 FF 1B 23 0 0 FE 64 52
Octal 272 245 377 33 43 0 0 376 144 122
Binary 10111010 10100101 11111111 11011 100011 0 0 11111110 1100100 1010010

Color Harmonies of #BAA5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA5FF

Black with #BAA5FF

Text Example


Text Example

White with #BAA5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA5FF; }

 p { color: rgb(186,165,255); }

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

background-color css

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

 a { background-color: rgb(186,165,255); }

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

border-color css

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

 span { border-color: rgb(186,165,255); }

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