Html Css Color HEX #BAACE6 Melrose

📋 copy color: '#BAACE6'

red 186 ◦ green 172 ◦ blue 230

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

Shades of Melrose #BAACE6

Tints of Melrose #BAACE6

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.25%

 BLUE value IS 230 (90.23% from 255) = 39.12%

R = 31.63%
G = 29.25%
B = 39.12%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BAACE6 (or 0xBAACE6) is known color: Melrose. HEX triplet: BA, AC and E6. RGB value is (186,172,230). Sum of RGB (Red+Green+Blue) = 186+172+230=588 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.63% from 588); Green value is 172 (67.58% from 255 or 29.25% from 588); Blue value is 230 (90.23% from 255 or 39.12% from 588); Max value from RGB is 230 - color contains mainly: blue. Hex color #BAACE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAACE6 is #455319. Grayscale: #B6B6B6. Windows color (decimal): -4543258 or 15117498. OLE color: 15117498.

HSL color Cylindrical-coordinate representation of color #BAACE6: hue angle of 254.48º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAACE6 is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 172 230 -
CMYK 0.19 0.25 0 0.10
HSL 254.48º 0.54% 0.79% -
HSV(B) 254.48º 0.25% 0.9% -
XYZ 49.29 45.66 81.08 -
YUV 182.8 154.64 130.28 -
System Red Green Blue C M Y K H S L
Decimal 186 172 230 0.19 0.25 0 0.10 254.48 0.54 0.79
Hex BA AC E6 13 19 0 A FE 36 4F
Octal 272 254 346 23 31 0 12 376 66 117
Binary 10111010 10101100 11100110 10011 11001 0 1010 11111110 110110 1001111

Color Harmonies of #BAACE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAACE6

Black with #BAACE6

Text Example


Text Example

White with #BAACE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAACE6; }

 p { color: rgb(186,172,230); }

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

background-color css

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

 a { background-color: rgb(186,172,230); }

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

border-color css

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

 span { border-color: rgb(186,172,230); }

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