Html Css Color HEX #B9ABFF Melrose

📋 copy color: '#B9ABFF'

red 185 ◦ green 171 ◦ blue 255

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

Shades of Melrose #B9ABFF

Tints of Melrose #B9ABFF

RGB

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

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

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

R = 30.28%
G = 27.99%
B = 41.73%

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

#B9ABFF (or 0xB9ABFF) is known color: Melrose. HEX triplet: B9, AB and FF. RGB value is (185,171,255). Sum of RGB (Red+Green+Blue) = 185+171+255=611 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.28% from 611); Green value is 171 (67.19% from 255 or 27.99% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9ABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9ABFF is #465400. Grayscale: #B8B8B8. Windows color (decimal): -4609025 or 16755641. OLE color: 16755641.

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

Color convert

RGB 185 171 255 -
CMYK 0.27 0.33 0 0
HSL 250º 1% 0.84% -
HSV(B) 250º 0.33% 1% -
XYZ 52.62 46.66 100.84 -
YUV 184.76 167.64 128.17 -
System Red Green Blue C M Y K H S L
Decimal 185 171 255 0.27 0.33 0 0 250 1 0.84
Hex B9 AB FF 1B 21 0 0 FA 64 54
Octal 271 253 377 33 41 0 0 372 144 124
Binary 10111001 10101011 11111111 11011 100001 0 0 11111010 1100100 1010100

Color Harmonies of #B9ABFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ABFF

Black with #B9ABFF

Text Example


Text Example

White with #B9ABFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ABFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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