Html Css Color HEX #B8AAED Melrose

📋 copy color: '#B8AAED'

red 184 ◦ green 170 ◦ blue 237

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

Shades of Melrose #B8AAED

Tints of Melrose #B8AAED

RGB

 RED value IS 184 (72.27% from 255) = 31.13%

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

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

R = 31.13%
G = 28.76%
B = 40.1%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B8AAED (or 0xB8AAED) is known color: Melrose. HEX triplet: B8, AA and ED. RGB value is (184,170,237). Sum of RGB (Red+Green+Blue) = 184+170+237=591 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.13% from 591); Green value is 170 (66.80% from 255 or 28.76% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 237 - color contains mainly: blue. Hex color #B8AAED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8AAED is #475512. Grayscale: #B5B5B5. Windows color (decimal): -4674835 or 15575736. OLE color: 15575736.

HSL color Cylindrical-coordinate representation of color #B8AAED: hue angle of 252.54º 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 #B8AAED is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 170 237 -
CMYK 0.22 0.28 0 0.07
HSL 252.54º 0.65% 0.8% -
HSV(B) 252.54º 0.28% 0.93% -
XYZ 49.43 45.05 86.21 -
YUV 181.82 159.14 129.55 -
System Red Green Blue C M Y K H S L
Decimal 184 170 237 0.22 0.28 0 0.07 252.54 0.65 0.8
Hex B8 AA ED 16 1C 0 7 FD 41 50
Octal 270 252 355 26 34 0 7 375 101 120
Binary 10111000 10101010 11101101 10110 11100 0 111 11111101 1000001 1010000

Color Harmonies of #B8AAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AAED

Black with #B8AAED

Text Example


Text Example

White with #B8AAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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