Html Css Color HEX #BAA6F2 Melrose

📋 copy color: '#BAA6F2'

red 186 ◦ green 166 ◦ blue 242

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

Shades of Melrose #BAA6F2

Tints of Melrose #BAA6F2

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.95%

 BLUE value IS 242 (94.92% from 255) = 40.74%

R = 31.31%
G = 27.95%
B = 40.74%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BAA6F2 (or 0xBAA6F2) is known color: Melrose. HEX triplet: BA, A6 and F2. RGB value is (186,166,242). Sum of RGB (Red+Green+Blue) = 186+166+242=594 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.31% from 594); Green value is 166 (65.23% from 255 or 27.95% from 594); Blue value is 242 (94.92% from 255 or 40.74% from 594); Max value from RGB is 242 - color contains mainly: blue. Hex color #BAA6F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA6F2 is #45590D. Grayscale: #B4B4B4. Windows color (decimal): -4544782 or 15902394. OLE color: 15902394.

HSL color Cylindrical-coordinate representation of color #BAA6F2: hue angle of 255.79º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BAA6F2 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 166 242 -
CMYK 0.23 0.31 0 0.05
HSL 255.79º 0.75% 0.8% -
HSV(B) 255.79º 0.31% 0.95% -
XYZ 49.91 44.12 89.89 -
YUV 180.64 162.63 131.82 -
System Red Green Blue C M Y K H S L
Decimal 186 166 242 0.23 0.31 0 0.05 255.79 0.75 0.8
Hex BA A6 F2 17 1F 0 5 100 4B 50
Octal 272 246 362 27 37 0 5 400 113 120
Binary 10111010 10100110 11110010 10111 11111 0 101 100000000 1001011 1010000

Color Harmonies of #BAA6F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA6F2

Black with #BAA6F2

Text Example


Text Example

White with #BAA6F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA6F2; }

 p { color: rgb(186,166,242); }

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

background-color css

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

 a { background-color: rgb(186,166,242); }

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

border-color css

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

 span { border-color: rgb(186,166,242); }

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