Html Css Color HEX #B5AAF5 Melrose

📋 copy color: '#B5AAF5'

red 181 ◦ green 170 ◦ blue 245

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

Shades of Melrose #B5AAF5

Tints of Melrose #B5AAF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 41.11%

R = 30.37%
G = 28.52%
B = 41.11%

CMYK

 C value IS 0.26

 M value IS 0.31

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B5AAF5 (or 0xB5AAF5) is known color: Melrose. HEX triplet: B5, AA and F5. RGB value is (181,170,245). Sum of RGB (Red+Green+Blue) = 181+170+245=596 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.37% from 596); Green value is 170 (66.80% from 255 or 28.52% from 596); Blue value is 245 (96.09% from 255 or 41.11% from 596); Max value from RGB is 245 - color contains mainly: blue. Hex color #B5AAF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5AAF5 is #4A550A. Grayscale: #B5B5B5. Windows color (decimal): -4871435 or 16100021. OLE color: 16100021.

HSL color Cylindrical-coordinate representation of color #B5AAF5: hue angle of 248.8º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B5AAF5 is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 181 170 245 -
CMYK 0.26 0.31 0 0.04
HSL 248.8º 0.79% 0.81% -
HSV(B) 248.8º 0.31% 0.96% -
XYZ 49.91 45.17 92.47 -
YUV 181.84 163.64 127.4 -
System Red Green Blue C M Y K H S L
Decimal 181 170 245 0.26 0.31 0 0.04 248.8 0.79 0.81
Hex B5 AA F5 1A 1F 0 4 F9 4F 51
Octal 265 252 365 32 37 0 4 371 117 121
Binary 10110101 10101010 11110101 11010 11111 0 100 11111001 1001111 1010001

Color Harmonies of #B5AAF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AAF5

Black with #B5AAF5

Text Example


Text Example

White with #B5AAF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AAF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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