Html Css Color HEX #B5AAE6 Melrose

📋 copy color: '#B5AAE6'

red 181 ◦ green 170 ◦ blue 230

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

Shades of Melrose #B5AAE6

Tints of Melrose #B5AAE6

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.26%

 BLUE value IS 230 (90.23% from 255) = 39.59%

R = 31.15%
G = 29.26%
B = 39.59%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B5AAE6 (or 0xB5AAE6) is known color: Melrose. HEX triplet: B5, AA and E6. RGB value is (181,170,230). Sum of RGB (Red+Green+Blue) = 181+170+230=581 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.15% from 581); Green value is 170 (66.80% from 255 or 29.26% from 581); Blue value is 230 (90.23% from 255 or 39.59% from 581); Max value from RGB is 230 - color contains mainly: blue. Hex color #B5AAE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5AAE6 is #4A5519. Grayscale: #B3B3B3. Windows color (decimal): -4871450 or 15116981. OLE color: 15116981.

HSL color Cylindrical-coordinate representation of color #B5AAE6: hue angle of 251º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B5AAE6 is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 181 170 230 -
CMYK 0.21 0.26 0 0.10
HSL 251º 0.55% 0.78% -
HSV(B) 251º 0.26% 0.9% -
XYZ 47.71 44.29 80.9 -
YUV 180.13 156.14 128.62 -
System Red Green Blue C M Y K H S L
Decimal 181 170 230 0.21 0.26 0 0.10 251 0.55 0.78
Hex B5 AA E6 15 1A 0 A FB 37 4E
Octal 265 252 346 25 32 0 12 373 67 116
Binary 10110101 10101010 11100110 10101 11010 0 1010 11111011 110111 1001110

Color Harmonies of #B5AAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AAE6

Black with #B5AAE6

Text Example


Text Example

White with #B5AAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AAE6; }

 p { color: rgb(181,170,230); }

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

background-color css

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

 a { background-color: rgb(181,170,230); }

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

border-color css

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

 span { border-color: rgb(181,170,230); }

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