Html Css Color HEX #B7AAFE Melrose

📋 copy color: '#B7AAFE'

red 183 ◦ green 170 ◦ blue 254

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

Shades of Melrose #B7AAFE

Tints of Melrose #B7AAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.85%

R = 30.15%
G = 28.01%
B = 41.85%

CMYK

 C value IS 0.28

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B7AAFE (or 0xB7AAFE) is known color: Melrose. HEX triplet: B7, AA and FE. RGB value is (183,170,254). Sum of RGB (Red+Green+Blue) = 183+170+254=607 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.15% from 607); Green value is 170 (66.80% from 255 or 28.01% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #B7AAFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7AAFE is #485501. Grayscale: #B7B7B7. Windows color (decimal): -4740354 or 16689847. OLE color: 16689847.

HSL color Cylindrical-coordinate representation of color #B7AAFE: hue angle of 249.29º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B7AAFE is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 183 170 254 -
CMYK 0.28 0.33 0 0.00
HSL 249.29º 0.98% 0.83% -
HSV(B) 249.29º 0.33% 1% -
XYZ 51.79 45.97 99.91 -
YUV 183.46 167.81 127.67 -
System Red Green Blue C M Y K H S L
Decimal 183 170 254 0.28 0.33 0 0.00 249.29 0.98 0.83
Hex B7 AA FE 1C 21 0 0 F9 62 53
Octal 267 252 376 34 41 0 0 371 142 123
Binary 10110111 10101010 11111110 11100 100001 0 0 11111001 1100010 1010011

Color Harmonies of #B7AAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AAFE

Black with #B7AAFE

Text Example


Text Example

White with #B7AAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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