Html Css Color HEX #B9AAEA Melrose

📋 copy color: '#B9AAEA'

red 185 ◦ green 170 ◦ blue 234

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

Shades of Melrose #B9AAEA

Tints of Melrose #B9AAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.73%

R = 31.41%
G = 28.86%
B = 39.73%

CMYK

 C value IS 0.21

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B9AAEA (or 0xB9AAEA) is known color: Melrose. HEX triplet: B9, AA and EA. RGB value is (185,170,234). Sum of RGB (Red+Green+Blue) = 185+170+234=589 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.41% from 589); Green value is 170 (66.80% from 255 or 28.86% from 589); Blue value is 234 (91.80% from 255 or 39.73% from 589); Max value from RGB is 234 - color contains mainly: blue. Hex color #B9AAEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9AAEA is #465515. Grayscale: #B5B5B5. Windows color (decimal): -4609302 or 15379129. OLE color: 15379129.

HSL color Cylindrical-coordinate representation of color #B9AAEA: hue angle of 254.06º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9AAEA is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 185 170 234 -
CMYK 0.21 0.27 0 0.08
HSL 254.06º 0.6% 0.79% -
HSV(B) 254.06º 0.27% 0.92% -
XYZ 49.23 45 83.93 -
YUV 181.78 157.47 130.3 -
System Red Green Blue C M Y K H S L
Decimal 185 170 234 0.21 0.27 0 0.08 254.06 0.6 0.79
Hex B9 AA EA 15 1B 0 8 FE 3C 4F
Octal 271 252 352 25 33 0 10 376 74 117
Binary 10111001 10101010 11101010 10101 11011 0 1000 11111110 111100 1001111

Color Harmonies of #B9AAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AAEA

Black with #B9AAEA

Text Example


Text Example

White with #B9AAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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