Html Css Color HEX #BAA3FB Melrose

📋 copy color: '#BAA3FB'

red 186 ◦ green 163 ◦ blue 251

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

Shades of Melrose #BAA3FB

Tints of Melrose #BAA3FB

RGB

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

 GREEN value IS 163 (64.06% from 255) = 27.17%

 BLUE value IS 251 (98.44% from 255) = 41.83%

R = 31%
G = 27.17%
B = 41.83%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BAA3FB (or 0xBAA3FB) is known color: Melrose. HEX triplet: BA, A3 and FB. RGB value is (186,163,251). Sum of RGB (Red+Green+Blue) = 186+163+251=600 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31% from 600); Green value is 163 (64.06% from 255 or 27.17% from 600); Blue value is 251 (98.44% from 255 or 41.83% from 600); Max value from RGB is 251 - color contains mainly: blue. Hex color #BAA3FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA3FB is #455C04. Grayscale: #B3B3B3. Windows color (decimal): -4545541 or 16491450. OLE color: 16491450.

HSL color Cylindrical-coordinate representation of color #BAA3FB: hue angle of 255.68º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BAA3FB is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 163 251 -
CMYK 0.26 0.35 0 0.02
HSL 255.68º 0.92% 0.81% -
HSV(B) 255.68º 0.35% 0.98% -
XYZ 50.76 43.6 97.01 -
YUV 179.91 168.12 132.34 -
System Red Green Blue C M Y K H S L
Decimal 186 163 251 0.26 0.35 0 0.02 255.68 0.92 0.81
Hex BA A3 FB 1A 23 0 2 100 5C 51
Octal 272 243 373 32 43 0 2 400 134 121
Binary 10111010 10100011 11111011 11010 100011 0 10 100000000 1011100 1010001

Color Harmonies of #BAA3FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA3FB

Black with #BAA3FB

Text Example


Text Example

White with #BAA3FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA3FB; }

 p { color: rgb(186,163,251); }

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

background-color css

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

 a { background-color: rgb(186,163,251); }

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

border-color css

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

 span { border-color: rgb(186,163,251); }

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