Html Css Color HEX #B5ACE8 Melrose

📋 copy color: '#B5ACE8'

red 181 ◦ green 172 ◦ blue 232

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

Shades of Melrose #B5ACE8

Tints of Melrose #B5ACE8

RGB

 RED value IS 181 (71.09% from 255) = 30.94%

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

 BLUE value IS 232 (91.02% from 255) = 39.66%

R = 30.94%
G = 29.4%
B = 39.66%

CMYK

 C value IS 0.22

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B5ACE8 (or 0xB5ACE8) is known color: Melrose. HEX triplet: B5, AC and E8. RGB value is (181,172,232). Sum of RGB (Red+Green+Blue) = 181+172+232=585 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.94% from 585); Green value is 172 (67.58% from 255 or 29.40% from 585); Blue value is 232 (91.02% from 255 or 39.66% from 585); Max value from RGB is 232 - color contains mainly: blue. Hex color #B5ACE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5ACE8 is #4A5317. Grayscale: #B5B5B5. Windows color (decimal): -4870936 or 15248565. OLE color: 15248565.

HSL color Cylindrical-coordinate representation of color #B5ACE8: hue angle of 249º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B5ACE8 is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 181 172 232 -
CMYK 0.22 0.26 0 0.09
HSL 249º 0.57% 0.79% -
HSV(B) 249º 0.26% 0.91% -
XYZ 48.37 45.16 82.51 -
YUV 181.53 156.48 127.62 -
System Red Green Blue C M Y K H S L
Decimal 181 172 232 0.22 0.26 0 0.09 249 0.57 0.79
Hex B5 AC E8 16 1A 0 9 F9 39 4F
Octal 265 254 350 26 32 0 11 371 71 117
Binary 10110101 10101100 11101000 10110 11010 0 1001 11111001 111001 1001111

Color Harmonies of #B5ACE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5ACE8

Black with #B5ACE8

Text Example


Text Example

White with #B5ACE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5ACE8; }

 p { color: rgb(181,172,232); }

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

background-color css

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

 a { background-color: rgb(181,172,232); }

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

border-color css

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

 span { border-color: rgb(181,172,232); }

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