Html Css Color HEX #BAACE4 Melrose

📋 copy color: '#BAACE4'

red 186 ◦ green 172 ◦ blue 228

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

Shades of Melrose #BAACE4

Tints of Melrose #BAACE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 38.91%

R = 31.74%
G = 29.35%
B = 38.91%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BAACE4 (or 0xBAACE4) is known color: Melrose. HEX triplet: BA, AC and E4. RGB value is (186,172,228). Sum of RGB (Red+Green+Blue) = 186+172+228=586 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.74% from 586); Green value is 172 (67.58% from 255 or 29.35% from 586); Blue value is 228 (89.45% from 255 or 38.91% from 586); Max value from RGB is 228 - color contains mainly: blue. Hex color #BAACE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAACE4 is #45531B. Grayscale: #B6B6B6. Windows color (decimal): -4543260 or 14986426. OLE color: 14986426.

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

Color convert

RGB 186 172 228 -
CMYK 0.18 0.25 0 0.11
HSL 255º 0.51% 0.78% -
HSV(B) 255º 0.25% 0.89% -
XYZ 49.01 45.55 79.61 -
YUV 182.57 153.64 130.45 -
System Red Green Blue C M Y K H S L
Decimal 186 172 228 0.18 0.25 0 0.11 255 0.51 0.78
Hex BA AC E4 12 19 0 B FF 33 4E
Octal 272 254 344 22 31 0 13 377 63 116
Binary 10111010 10101100 11100100 10010 11001 0 1011 11111111 110011 1001110

Color Harmonies of #BAACE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAACE4

Black with #BAACE4

Text Example


Text Example

White with #BAACE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAACE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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