Html Css Color HEX #B7AAF8 Melrose

📋 copy color: '#B7AAF8'

red 183 ◦ green 170 ◦ blue 248

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

Shades of Melrose #B7AAF8

Tints of Melrose #B7AAF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 41.26%

R = 30.45%
G = 28.29%
B = 41.26%

CMYK

 C value IS 0.26

 M value IS 0.31

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B7AAF8 (or 0xB7AAF8) is known color: Melrose. HEX triplet: B7, AA and F8. RGB value is (183,170,248). Sum of RGB (Red+Green+Blue) = 183+170+248=601 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.45% from 601); Green value is 170 (66.80% from 255 or 28.29% from 601); Blue value is 248 (97.27% from 255 or 41.26% from 601); Max value from RGB is 248 - color contains mainly: blue. Hex color #B7AAF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7AAF8 is #485507. Grayscale: #B6B6B6. Windows color (decimal): -4740360 or 16296631. OLE color: 16296631.

HSL color Cylindrical-coordinate representation of color #B7AAF8: hue angle of 250º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B7AAF8 is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 183 170 248 -
CMYK 0.26 0.31 0 0.03
HSL 250º 0.85% 0.82% -
HSV(B) 250º 0.31% 0.97% -
XYZ 50.85 45.59 94.93 -
YUV 182.78 164.81 128.16 -
System Red Green Blue C M Y K H S L
Decimal 183 170 248 0.26 0.31 0 0.03 250 0.85 0.82
Hex B7 AA F8 1A 1F 0 3 FA 55 52
Octal 267 252 370 32 37 0 3 372 125 122
Binary 10110111 10101010 11111000 11010 11111 0 11 11111010 1010101 1010010

Color Harmonies of #B7AAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AAF8

Black with #B7AAF8

Text Example


Text Example

White with #B7AAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AAF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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