Html Css Color HEX #B5AAF3 Melrose

📋 copy color: '#B5AAF3'

red 181 ◦ green 170 ◦ blue 243

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

Shades of Melrose #B5AAF3

Tints of Melrose #B5AAF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 40.91%

R = 30.47%
G = 28.62%
B = 40.91%

CMYK

 C value IS 0.26

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B5AAF3 (or 0xB5AAF3) is known color: Melrose. HEX triplet: B5, AA and F3. RGB value is (181,170,243). Sum of RGB (Red+Green+Blue) = 181+170+243=594 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.47% from 594); Green value is 170 (66.80% from 255 or 28.62% from 594); Blue value is 243 (95.31% from 255 or 40.91% from 594); Max value from RGB is 243 - color contains mainly: blue. Hex color #B5AAF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5AAF3 is #4A550C. Grayscale: #B5B5B5. Windows color (decimal): -4871437 or 15968949. OLE color: 15968949.

HSL color Cylindrical-coordinate representation of color #B5AAF3: hue angle of 249.04º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B5AAF3 is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 181 170 243 -
CMYK 0.26 0.30 0 0.05
HSL 249.04º 0.75% 0.81% -
HSV(B) 249.04º 0.3% 0.95% -
XYZ 49.61 45.04 90.87 -
YUV 181.61 162.64 127.56 -
System Red Green Blue C M Y K H S L
Decimal 181 170 243 0.26 0.30 0 0.05 249.04 0.75 0.81
Hex B5 AA F3 1A 1E 0 5 F9 4B 51
Octal 265 252 363 32 36 0 5 371 113 121
Binary 10110101 10101010 11110011 11010 11110 0 101 11111001 1001011 1010001

Color Harmonies of #B5AAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AAF3

Black with #B5AAF3

Text Example


Text Example

White with #B5AAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AAF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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