Html Css Color HEX #B7AAF4 Melrose

📋 copy color: '#B7AAF4'

red 183 ◦ green 170 ◦ blue 244

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

Shades of Melrose #B7AAF4

Tints of Melrose #B7AAF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 40.87%

R = 30.65%
G = 28.48%
B = 40.87%

CMYK

 C value IS 0.25

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B7AAF4 (or 0xB7AAF4) is known color: Melrose. HEX triplet: B7, AA and F4. RGB value is (183,170,244). Sum of RGB (Red+Green+Blue) = 183+170+244=597 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.65% from 597); Green value is 170 (66.80% from 255 or 28.48% from 597); Blue value is 244 (95.70% from 255 or 40.87% from 597); Max value from RGB is 244 - color contains mainly: blue. Hex color #B7AAF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7AAF4 is #48550B. Grayscale: #B6B6B6. Windows color (decimal): -4740364 or 16034487. OLE color: 16034487.

HSL color Cylindrical-coordinate representation of color #B7AAF4: hue angle of 250.54º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B7AAF4 is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 183 170 244 -
CMYK 0.25 0.30 0 0.04
HSL 250.54º 0.77% 0.81% -
HSV(B) 250.54º 0.3% 0.96% -
XYZ 50.23 45.35 91.69 -
YUV 182.32 162.81 128.48 -
System Red Green Blue C M Y K H S L
Decimal 183 170 244 0.25 0.30 0 0.04 250.54 0.77 0.81
Hex B7 AA F4 19 1E 0 4 FB 4D 51
Octal 267 252 364 31 36 0 4 373 115 121
Binary 10110111 10101010 11110100 11001 11110 0 100 11111011 1001101 1010001

Color Harmonies of #B7AAF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AAF4

Black with #B7AAF4

Text Example


Text Example

White with #B7AAF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AAF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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