Html Css Color HEX #B8ACE4 Melrose

📋 copy color: '#B8ACE4'

red 184 ◦ green 172 ◦ blue 228

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

Shades of Melrose #B8ACE4

Tints of Melrose #B8ACE4

RGB

 RED value IS 184 (72.27% from 255) = 31.51%

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

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

R = 31.51%
G = 29.45%
B = 39.04%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B8ACE4 (or 0xB8ACE4) is known color: Melrose. HEX triplet: B8, AC and E4. RGB value is (184,172,228). Sum of RGB (Red+Green+Blue) = 184+172+228=584 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.51% from 584); Green value is 172 (67.58% from 255 or 29.45% from 584); Blue value is 228 (89.45% from 255 or 39.04% from 584); Max value from RGB is 228 - color contains mainly: blue. Hex color #B8ACE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ACE4 is #47531B. Grayscale: #B5B5B5. Windows color (decimal): -4674332 or 14986424. OLE color: 14986424.

HSL color Cylindrical-coordinate representation of color #B8ACE4: hue angle of 252.86º 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 #B8ACE4 is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 184 172 228 -
CMYK 0.19 0.25 0 0.11
HSL 252.86º 0.51% 0.78% -
HSV(B) 252.86º 0.25% 0.89% -
XYZ 48.52 45.3 79.58 -
YUV 181.97 153.98 129.45 -
System Red Green Blue C M Y K H S L
Decimal 184 172 228 0.19 0.25 0 0.11 252.86 0.51 0.78
Hex B8 AC E4 13 19 0 B FD 33 4E
Octal 270 254 344 23 31 0 13 375 63 116
Binary 10111000 10101100 11100100 10011 11001 0 1011 11111101 110011 1001110

Color Harmonies of #B8ACE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8ACE4

Black with #B8ACE4

Text Example


Text Example

White with #B8ACE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8ACE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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