Html Css Color HEX #B9AAFE Melrose

📋 copy color: '#B9AAFE'

red 185 ◦ green 170 ◦ blue 254

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

Shades of Melrose #B9AAFE

Tints of Melrose #B9AAFE

RGB

 RED value IS 185 (72.66% from 255) = 30.38%

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

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

R = 30.38%
G = 27.91%
B = 41.71%

CMYK

 C value IS 0.27

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B9AAFE (or 0xB9AAFE) is known color: Melrose. HEX triplet: B9, AA and FE. RGB value is (185,170,254). Sum of RGB (Red+Green+Blue) = 185+170+254=609 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.38% from 609); Green value is 170 (66.80% from 255 or 27.91% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 254 - color contains mainly: blue. Hex color #B9AAFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9AAFE is #465501. Grayscale: #B7B7B7. Windows color (decimal): -4609282 or 16689849. OLE color: 16689849.

HSL color Cylindrical-coordinate representation of color #B9AAFE: hue angle of 250.71º 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 #B9AAFE is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 185 170 254 -
CMYK 0.27 0.33 0 0.00
HSL 250.71º 0.98% 0.83% -
HSV(B) 250.71º 0.33% 1% -
XYZ 52.27 46.22 99.93 -
YUV 184.06 167.47 128.67 -
System Red Green Blue C M Y K H S L
Decimal 185 170 254 0.27 0.33 0 0.00 250.71 0.98 0.83
Hex B9 AA FE 1B 21 0 0 FB 62 53
Octal 271 252 376 33 41 0 0 373 142 123
Binary 10111001 10101010 11111110 11011 100001 0 0 11111011 1100010 1010011

Color Harmonies of #B9AAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AAFE

Black with #B9AAFE

Text Example


Text Example

White with #B9AAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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