Html Css Color HEX #B9ABE5 Melrose

📋 copy color: '#B9ABE5'

red 185 ◦ green 171 ◦ blue 229

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

Shades of Melrose #B9ABE5

Tints of Melrose #B9ABE5

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.23%

 BLUE value IS 229 (89.84% from 255) = 39.15%

R = 31.62%
G = 29.23%
B = 39.15%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B9ABE5 (or 0xB9ABE5) is known color: Melrose. HEX triplet: B9, AB and E5. RGB value is (185,171,229). Sum of RGB (Red+Green+Blue) = 185+171+229=585 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.62% from 585); Green value is 171 (67.19% from 255 or 29.23% from 585); Blue value is 229 (89.84% from 255 or 39.15% from 585); Max value from RGB is 229 - color contains mainly: blue. Hex color #B9ABE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ABE5 is #46541A. Grayscale: #B5B5B5. Windows color (decimal): -4609051 or 15051705. OLE color: 15051705.

HSL color Cylindrical-coordinate representation of color #B9ABE5: hue angle of 254.48º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B9ABE5 is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 185 171 229 -
CMYK 0.19 0.25 0 0.10
HSL 254.48º 0.53% 0.78% -
HSV(B) 254.48º 0.25% 0.9% -
XYZ 48.71 45.1 80.27 -
YUV 181.8 154.64 130.28 -
System Red Green Blue C M Y K H S L
Decimal 185 171 229 0.19 0.25 0 0.10 254.48 0.53 0.78
Hex B9 AB E5 13 19 0 A FE 35 4E
Octal 271 253 345 23 31 0 12 376 65 116
Binary 10111001 10101011 11100101 10011 11001 0 1010 11111110 110101 1001110

Color Harmonies of #B9ABE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ABE5

Black with #B9ABE5

Text Example


Text Example

White with #B9ABE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ABE5; }

 p { color: rgb(185,171,229); }

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

background-color css

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

 a { background-color: rgb(185,171,229); }

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

border-color css

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

 span { border-color: rgb(185,171,229); }

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