Html Css Color HEX #B6AAE5 Melrose

📋 copy color: '#B6AAE5'

red 182 ◦ green 170 ◦ blue 229

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

Shades of Melrose #B6AAE5

Tints of Melrose #B6AAE5

RGB

 RED value IS 182 (71.48% from 255) = 31.33%

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

 BLUE value IS 229 (89.84% from 255) = 39.41%

R = 31.33%
G = 29.26%
B = 39.41%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B6AAE5 (or 0xB6AAE5) is known color: Melrose. HEX triplet: B6, AA and E5. RGB value is (182,170,229). Sum of RGB (Red+Green+Blue) = 182+170+229=581 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.33% from 581); Green value is 170 (66.80% from 255 or 29.26% from 581); Blue value is 229 (89.84% from 255 or 39.41% from 581); Max value from RGB is 229 - color contains mainly: blue. Hex color #B6AAE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6AAE5 is #49551A. Grayscale: #B4B4B4. Windows color (decimal): -4805915 or 15051446. OLE color: 15051446.

HSL color Cylindrical-coordinate representation of color #B6AAE5: hue angle of 252.2º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B6AAE5 is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 182 170 229 -
CMYK 0.21 0.26 0 0.10
HSL 252.2º 0.53% 0.78% -
HSV(B) 252.2º 0.26% 0.9% -
XYZ 47.81 44.35 80.17 -
YUV 180.31 155.48 129.2 -
System Red Green Blue C M Y K H S L
Decimal 182 170 229 0.21 0.26 0 0.10 252.2 0.53 0.78
Hex B6 AA E5 15 1A 0 A FC 35 4E
Octal 266 252 345 25 32 0 12 374 65 116
Binary 10110110 10101010 11100101 10101 11010 0 1010 11111100 110101 1001110

Color Harmonies of #B6AAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6AAE5

Black with #B6AAE5

Text Example


Text Example

White with #B6AAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6AAE5; }

 p { color: rgb(182,170,229); }

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

background-color css

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

 a { background-color: rgb(182,170,229); }

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

border-color css

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

 span { border-color: rgb(182,170,229); }

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