Html Css Color HEX #B7AAF1 Melrose

📋 copy color: '#B7AAF1'

red 183 ◦ green 170 ◦ blue 241

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

Shades of Melrose #B7AAF1

Tints of Melrose #B7AAF1

RGB

 RED value IS 183 (71.88% from 255) = 30.81%

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

 BLUE value IS 241 (94.53% from 255) = 40.57%

R = 30.81%
G = 28.62%
B = 40.57%

CMYK

 C value IS 0.24

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B7AAF1 (or 0xB7AAF1) is known color: Melrose. HEX triplet: B7, AA and F1. RGB value is (183,170,241). Sum of RGB (Red+Green+Blue) = 183+170+241=594 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.81% from 594); Green value is 170 (66.80% from 255 or 28.62% from 594); Blue value is 241 (94.53% from 255 or 40.57% from 594); Max value from RGB is 241 - color contains mainly: blue. Hex color #B7AAF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7AAF1 is #48550E. Grayscale: #B5B5B5. Windows color (decimal): -4740367 or 15837879. OLE color: 15837879.

HSL color Cylindrical-coordinate representation of color #B7AAF1: hue angle of 250.99º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B7AAF1 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 183 170 241 -
CMYK 0.24 0.29 0 0.05
HSL 250.99º 0.72% 0.81% -
HSV(B) 250.99º 0.29% 0.95% -
XYZ 49.78 45.17 89.31 -
YUV 181.98 161.31 128.73 -
System Red Green Blue C M Y K H S L
Decimal 183 170 241 0.24 0.29 0 0.05 250.99 0.72 0.81
Hex B7 AA F1 18 1D 0 5 FB 48 51
Octal 267 252 361 30 35 0 5 373 110 121
Binary 10110111 10101010 11110001 11000 11101 0 101 11111011 1001000 1010001

Color Harmonies of #B7AAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AAF1

Black with #B7AAF1

Text Example


Text Example

White with #B7AAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AAF1; }

 p { color: rgb(183,170,241); }

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

background-color css

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

 a { background-color: rgb(183,170,241); }

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

border-color css

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

 span { border-color: rgb(183,170,241); }

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