Html Css Color HEX #B5ACEA Melrose

📋 copy color: '#B5ACEA'

red 181 ◦ green 172 ◦ blue 234

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

Shades of Melrose #B5ACEA

Tints of Melrose #B5ACEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.86%

R = 30.83%
G = 29.3%
B = 39.86%

CMYK

 C value IS 0.23

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B5ACEA (or 0xB5ACEA) is known color: Melrose. HEX triplet: B5, AC and EA. RGB value is (181,172,234). Sum of RGB (Red+Green+Blue) = 181+172+234=587 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.83% from 587); Green value is 172 (67.58% from 255 or 29.30% from 587); Blue value is 234 (91.80% from 255 or 39.86% from 587); Max value from RGB is 234 - color contains mainly: blue. Hex color #B5ACEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5ACEA is #4A5315. Grayscale: #B5B5B5. Windows color (decimal): -4870934 or 15379637. OLE color: 15379637.

HSL color Cylindrical-coordinate representation of color #B5ACEA: hue angle of 248.71º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B5ACEA is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 181 172 234 -
CMYK 0.23 0.26 0 0.08
HSL 248.71º 0.6% 0.8% -
HSV(B) 248.71º 0.26% 0.92% -
XYZ 48.66 45.27 84.02 -
YUV 181.76 157.48 127.46 -
System Red Green Blue C M Y K H S L
Decimal 181 172 234 0.23 0.26 0 0.08 248.71 0.6 0.8
Hex B5 AC EA 17 1A 0 8 F9 3C 50
Octal 265 254 352 27 32 0 10 371 74 120
Binary 10110101 10101100 11101010 10111 11010 0 1000 11111001 111100 1010000

Color Harmonies of #B5ACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5ACEA

Black with #B5ACEA

Text Example


Text Example

White with #B5ACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5ACEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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