Html Css Color HEX #B7AAE7 Melrose

📋 copy color: '#B7AAE7'

red 183 ◦ green 170 ◦ blue 231

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

Shades of Melrose #B7AAE7

Tints of Melrose #B7AAE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 39.55%

R = 31.34%
G = 29.11%
B = 39.55%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B7AAE7 (or 0xB7AAE7) is known color: Melrose. HEX triplet: B7, AA and E7. RGB value is (183,170,231). Sum of RGB (Red+Green+Blue) = 183+170+231=584 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.34% from 584); Green value is 170 (66.80% from 255 or 29.11% from 584); Blue value is 231 (90.62% from 255 or 39.55% from 584); Max value from RGB is 231 - color contains mainly: blue. Hex color #B7AAE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7AAE7 is #485518. Grayscale: #B4B4B4. Windows color (decimal): -4740377 or 15182519. OLE color: 15182519.

HSL color Cylindrical-coordinate representation of color #B7AAE7: hue angle of 252.79º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B7AAE7 is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 183 170 231 -
CMYK 0.21 0.26 0 0.09
HSL 252.79º 0.56% 0.79% -
HSV(B) 252.79º 0.26% 0.91% -
XYZ 48.33 44.59 81.66 -
YUV 180.84 156.31 129.54 -
System Red Green Blue C M Y K H S L
Decimal 183 170 231 0.21 0.26 0 0.09 252.79 0.56 0.79
Hex B7 AA E7 15 1A 0 9 FD 38 4F
Octal 267 252 347 25 32 0 11 375 70 117
Binary 10110111 10101010 11100111 10101 11010 0 1001 11111101 111000 1001111

Color Harmonies of #B7AAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AAE7

Black with #B7AAE7

Text Example


Text Example

White with #B7AAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AAE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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