Html Css Color HEX #B5ACE9 Melrose

📋 copy color: '#B5ACE9'

red 181 ◦ green 172 ◦ blue 233

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

Shades of Melrose #B5ACE9

Tints of Melrose #B5ACE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 39.76%

R = 30.89%
G = 29.35%
B = 39.76%

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

#B5ACE9 (or 0xB5ACE9) is known color: Melrose. HEX triplet: B5, AC and E9. RGB value is (181,172,233). Sum of RGB (Red+Green+Blue) = 181+172+233=586 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.89% from 586); Green value is 172 (67.58% from 255 or 29.35% from 586); Blue value is 233 (91.41% from 255 or 39.76% from 586); Max value from RGB is 233 - color contains mainly: blue. Hex color #B5ACE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5ACE9 is #4A5316. Grayscale: #B5B5B5. Windows color (decimal): -4870935 or 15314101. OLE color: 15314101.

HSL color Cylindrical-coordinate representation of color #B5ACE9: hue angle of 248.85º degrees, saturation: 0.58, 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 #B5ACE9 is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 181 172 233 -
CMYK 0.22 0.26 0 0.09
HSL 248.85º 0.58% 0.79% -
HSV(B) 248.85º 0.26% 0.91% -
XYZ 48.52 45.21 83.26 -
YUV 181.65 156.98 127.54 -
System Red Green Blue C M Y K H S L
Decimal 181 172 233 0.22 0.26 0 0.09 248.85 0.58 0.79
Hex B5 AC E9 16 1A 0 9 F9 3A 4F
Octal 265 254 351 26 32 0 11 371 72 117
Binary 10110101 10101100 11101001 10110 11010 0 1001 11111001 111010 1001111

Color Harmonies of #B5ACE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5ACE9

Black with #B5ACE9

Text Example


Text Example

White with #B5ACE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5ACE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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