Html Css Color HEX #B9AAFF Melrose

📋 copy color: '#B9AAFF'

red 185 ◦ green 170 ◦ blue 255

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

Shades of Melrose #B9AAFF

Tints of Melrose #B9AAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.8%

R = 30.33%
G = 27.87%
B = 41.8%

CMYK

 C value IS 0.27

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B9AAFF (or 0xB9AAFF) is known color: Melrose. HEX triplet: B9, AA and FF. RGB value is (185,170,255). Sum of RGB (Red+Green+Blue) = 185+170+255=610 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.33% from 610); Green value is 170 (66.80% from 255 or 27.87% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9AAFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9AAFF is #465500. Grayscale: #B7B7B7. Windows color (decimal): -4609281 or 16755385. OLE color: 16755385.

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

Color convert

RGB 185 170 255 -
CMYK 0.27 0.33 0 0
HSL 250.59º 1% 0.83% -
HSV(B) 250.59º 0.33% 1% -
XYZ 52.43 46.28 100.78 -
YUV 184.18 167.97 128.59 -
System Red Green Blue C M Y K H S L
Decimal 185 170 255 0.27 0.33 0 0 250.59 1 0.83
Hex B9 AA FF 1B 21 0 0 FB 64 53
Octal 271 252 377 33 41 0 0 373 144 123
Binary 10111001 10101010 11111111 11011 100001 0 0 11111011 1100100 1010011

Color Harmonies of #B9AAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AAFF

Black with #B9AAFF

Text Example


Text Example

White with #B9AAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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