Html Css Color HEX #B9ABF1 Melrose

📋 copy color: '#B9ABF1'

red 185 ◦ green 171 ◦ blue 241

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

Shades of Melrose #B9ABF1

Tints of Melrose #B9ABF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 40.37%

R = 30.99%
G = 28.64%
B = 40.37%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B9ABF1 (or 0xB9ABF1) is known color: Melrose. HEX triplet: B9, AB and F1. RGB value is (185,171,241). Sum of RGB (Red+Green+Blue) = 185+171+241=597 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.99% from 597); Green value is 171 (67.19% from 255 or 28.64% from 597); Blue value is 241 (94.53% from 255 or 40.37% from 597); Max value from RGB is 241 - color contains mainly: blue. Hex color #B9ABF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9ABF1 is #46540E. Grayscale: #B6B6B6. Windows color (decimal): -4609039 or 15838137. OLE color: 15838137.

HSL color Cylindrical-coordinate representation of color #B9ABF1: hue angle of 252º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B9ABF1 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 185 171 241 -
CMYK 0.23 0.29 0 0.05
HSL 252º 0.71% 0.81% -
HSV(B) 252º 0.29% 0.95% -
XYZ 50.45 45.79 89.4 -
YUV 183.17 160.64 129.31 -
System Red Green Blue C M Y K H S L
Decimal 185 171 241 0.23 0.29 0 0.05 252 0.71 0.81
Hex B9 AB F1 17 1D 0 5 FC 47 51
Octal 271 253 361 27 35 0 5 374 107 121
Binary 10111001 10101011 11110001 10111 11101 0 101 11111100 1000111 1010001

Color Harmonies of #B9ABF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ABF1

Black with #B9ABF1

Text Example


Text Example

White with #B9ABF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ABF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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