Html Css Color HEX #B4AAE3 Melrose

📋 copy color: '#B4AAE3'

red 180 ◦ green 170 ◦ blue 227

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

Shades of Melrose #B4AAE3

Tints of Melrose #B4AAE3

RGB

 RED value IS 180 (70.7% from 255) = 31.2%

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

 BLUE value IS 227 (89.06% from 255) = 39.34%

R = 31.2%
G = 29.46%
B = 39.34%

CMYK

 C value IS 0.21

 M value IS 0.25

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B4AAE3 (or 0xB4AAE3) is known color: Melrose. HEX triplet: B4, AA and E3. RGB value is (180,170,227). Sum of RGB (Red+Green+Blue) = 180+170+227=577 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.20% from 577); Green value is 170 (66.80% from 255 or 29.46% from 577); Blue value is 227 (89.06% from 255 or 39.34% from 577); Max value from RGB is 227 - color contains mainly: blue. Hex color #B4AAE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AAE3 is #4B551C. Grayscale: #B3B3B3. Windows color (decimal): -4936989 or 14920372. OLE color: 14920372.

HSL color Cylindrical-coordinate representation of color #B4AAE3: hue angle of 250.53º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4AAE3 is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 180 170 227 -
CMYK 0.21 0.25 0 0.11
HSL 250.53º 0.5% 0.78% -
HSV(B) 250.53º 0.25% 0.89% -
XYZ 47.06 44 78.69 -
YUV 179.49 154.81 128.37 -
System Red Green Blue C M Y K H S L
Decimal 180 170 227 0.21 0.25 0 0.11 250.53 0.5 0.78
Hex B4 AA E3 15 19 0 B FB 32 4E
Octal 264 252 343 25 31 0 13 373 62 116
Binary 10110100 10101010 11100011 10101 11001 0 1011 11111011 110010 1001110

Color Harmonies of #B4AAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AAE3

Black with #B4AAE3

Text Example


Text Example

White with #B4AAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AAE3; }

 p { color: rgb(180,170,227); }

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

background-color css

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

 a { background-color: rgb(180,170,227); }

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

border-color css

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

 span { border-color: rgb(180,170,227); }

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