Html Css Color HEX #BAACE3 Melrose

📋 copy color: '#BAACE3'

red 186 ◦ green 172 ◦ blue 227

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

Shades of Melrose #BAACE3

Tints of Melrose #BAACE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 38.8%

R = 31.79%
G = 29.4%
B = 38.8%

CMYK

 C value IS 0.18

 M value IS 0.24

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BAACE3 (or 0xBAACE3) is known color: Melrose. HEX triplet: BA, AC and E3. RGB value is (186,172,227). Sum of RGB (Red+Green+Blue) = 186+172+227=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 172 (67.58% from 255 or 29.40% from 585); Blue value is 227 (89.06% from 255 or 38.80% from 585); Max value from RGB is 227 - color contains mainly: blue. Hex color #BAACE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAACE3 is #45531C. Grayscale: #B6B6B6. Windows color (decimal): -4543261 or 14920890. OLE color: 14920890.

HSL color Cylindrical-coordinate representation of color #BAACE3: hue angle of 255.27º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAACE3 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 172 227 -
CMYK 0.18 0.24 0 0.11
HSL 255.27º 0.5% 0.78% -
HSV(B) 255.27º 0.24% 0.89% -
XYZ 48.87 45.49 78.88 -
YUV 182.46 153.14 130.53 -
System Red Green Blue C M Y K H S L
Decimal 186 172 227 0.18 0.24 0 0.11 255.27 0.5 0.78
Hex BA AC E3 12 18 0 B FF 32 4E
Octal 272 254 343 22 30 0 13 377 62 116
Binary 10111010 10101100 11100011 10010 11000 0 1011 11111111 110010 1001110

Color Harmonies of #BAACE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAACE3

Black with #BAACE3

Text Example


Text Example

White with #BAACE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAACE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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