Html Css Color HEX #B8AAFE Melrose

📋 copy color: '#B8AAFE'

red 184 ◦ green 170 ◦ blue 254

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

Shades of Melrose #B8AAFE

Tints of Melrose #B8AAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.78%

R = 30.26%
G = 27.96%
B = 41.78%

CMYK

 C value IS 0.28

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B8AAFE (or 0xB8AAFE) is known color: Melrose. HEX triplet: B8, AA and FE. RGB value is (184,170,254). Sum of RGB (Red+Green+Blue) = 184+170+254=608 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.26% from 608); Green value is 170 (66.80% from 255 or 27.96% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #B8AAFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8AAFE is #475501. Grayscale: #B7B7B7. Windows color (decimal): -4674818 or 16689848. OLE color: 16689848.

HSL color Cylindrical-coordinate representation of color #B8AAFE: hue angle of 250º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B8AAFE is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 184 170 254 -
CMYK 0.28 0.33 0 0.00
HSL 250º 0.98% 0.83% -
HSV(B) 250º 0.33% 1% -
XYZ 52.03 46.1 99.92 -
YUV 183.76 167.64 128.17 -
System Red Green Blue C M Y K H S L
Decimal 184 170 254 0.28 0.33 0 0.00 250 0.98 0.83
Hex B8 AA FE 1C 21 0 0 FA 62 53
Octal 270 252 376 34 41 0 0 372 142 123
Binary 10111000 10101010 11111110 11100 100001 0 0 11111010 1100010 1010011

Color Harmonies of #B8AAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AAFE

Black with #B8AAFE

Text Example


Text Example

White with #B8AAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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