Html Css Color HEX #B9ACE4 Melrose

📋 copy color: '#B9ACE4'

red 185 ◦ green 172 ◦ blue 228

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

Shades of Melrose #B9ACE4

Tints of Melrose #B9ACE4

RGB

 RED value IS 185 (72.66% from 255) = 31.62%

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

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

R = 31.62%
G = 29.4%
B = 38.97%

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

#B9ACE4 (or 0xB9ACE4) is known color: Melrose. HEX triplet: B9, AC and E4. RGB value is (185,172,228). Sum of RGB (Red+Green+Blue) = 185+172+228=585 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.62% from 585); Green value is 172 (67.58% from 255 or 29.40% from 585); Blue value is 228 (89.45% from 255 or 38.97% from 585); Max value from RGB is 228 - color contains mainly: blue. Hex color #B9ACE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ACE4 is #46531B. Grayscale: #B6B6B6. Windows color (decimal): -4608796 or 14986425. OLE color: 14986425.

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

Color convert

RGB 185 172 228 -
CMYK 0.19 0.25 0 0.11
HSL 253.93º 0.51% 0.78% -
HSV(B) 253.93º 0.25% 0.89% -
XYZ 48.76 45.42 79.6 -
YUV 182.27 153.81 129.95 -
System Red Green Blue C M Y K H S L
Decimal 185 172 228 0.19 0.25 0 0.11 253.93 0.51 0.78
Hex B9 AC E4 13 19 0 B FE 33 4E
Octal 271 254 344 23 31 0 13 376 63 116
Binary 10111001 10101100 11100100 10011 11001 0 1011 11111110 110011 1001110

Color Harmonies of #B9ACE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ACE4

Black with #B9ACE4

Text Example


Text Example

White with #B9ACE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ACE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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