Html Css Color HEX #B3AAED Melrose

📋 copy color: '#B3AAED'

red 179 ◦ green 170 ◦ blue 237

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

Shades of Melrose #B3AAED

Tints of Melrose #B3AAED

RGB

 RED value IS 179 (70.31% from 255) = 30.55%

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

 BLUE value IS 237 (92.97% from 255) = 40.44%

R = 30.55%
G = 29.01%
B = 40.44%

CMYK

 C value IS 0.24

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B3AAED (or 0xB3AAED) is known color: Melrose. HEX triplet: B3, AA and ED. RGB value is (179,170,237). Sum of RGB (Red+Green+Blue) = 179+170+237=586 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.55% from 586); Green value is 170 (66.80% from 255 or 29.01% from 586); Blue value is 237 (92.97% from 255 or 40.44% from 586); Max value from RGB is 237 - color contains mainly: blue. Hex color #B3AAED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3AAED is #4C5512. Grayscale: #B4B4B4. Windows color (decimal): -5002515 or 15575731. OLE color: 15575731.

HSL color Cylindrical-coordinate representation of color #B3AAED: hue angle of 248.06º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3AAED is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 170 237 -
CMYK 0.24 0.28 0 0.07
HSL 248.06º 0.65% 0.8% -
HSV(B) 248.06º 0.28% 0.93% -
XYZ 48.25 44.45 86.16 -
YUV 180.33 159.98 127.05 -
System Red Green Blue C M Y K H S L
Decimal 179 170 237 0.24 0.28 0 0.07 248.06 0.65 0.8
Hex B3 AA ED 18 1C 0 7 F8 41 50
Octal 263 252 355 30 34 0 7 370 101 120
Binary 10110011 10101010 11101101 11000 11100 0 111 11111000 1000001 1010000

Color Harmonies of #B3AAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AAED

Black with #B3AAED

Text Example


Text Example

White with #B3AAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AAED; }

 p { color: rgb(179,170,237); }

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

background-color css

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

 a { background-color: rgb(179,170,237); }

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

border-color css

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

 span { border-color: rgb(179,170,237); }

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