Html Css Color HEX #B9AAEC Melrose

📋 copy color: '#B9AAEC'

red 185 ◦ green 170 ◦ blue 236

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

Shades of Melrose #B9AAEC

Tints of Melrose #B9AAEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.93%

R = 31.3%
G = 28.76%
B = 39.93%

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

#B9AAEC (or 0xB9AAEC) is known color: Melrose. HEX triplet: B9, AA and EC. RGB value is (185,170,236). Sum of RGB (Red+Green+Blue) = 185+170+236=591 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.30% from 591); Green value is 170 (66.80% from 255 or 28.76% from 591); Blue value is 236 (92.58% from 255 or 39.93% from 591); Max value from RGB is 236 - color contains mainly: blue. Hex color #B9AAEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9AAEC is #465513. Grayscale: #B5B5B5. Windows color (decimal): -4609300 or 15510201. OLE color: 15510201.

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

Color convert

RGB 185 170 236 -
CMYK 0.22 0.28 0 0.07
HSL 253.64º 0.63% 0.8% -
HSV(B) 253.64º 0.28% 0.93% -
XYZ 49.52 45.12 85.46 -
YUV 182.01 158.47 130.13 -
System Red Green Blue C M Y K H S L
Decimal 185 170 236 0.22 0.28 0 0.07 253.64 0.63 0.8
Hex B9 AA EC 16 1C 0 7 FE 3F 50
Octal 271 252 354 26 34 0 7 376 77 120
Binary 10111001 10101010 11101100 10110 11100 0 111 11111110 111111 1010000

Color Harmonies of #B9AAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AAEC

Black with #B9AAEC

Text Example


Text Example

White with #B9AAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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