Html Css Color HEX #B9ABFE Melrose

📋 copy color: '#B9ABFE'

red 185 ◦ green 171 ◦ blue 254

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

Shades of Melrose #B9ABFE

Tints of Melrose #B9ABFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.64%

R = 30.33%
G = 28.03%
B = 41.64%

CMYK

 C value IS 0.27

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B9ABFE (or 0xB9ABFE) is known color: Melrose. HEX triplet: B9, AB and FE. RGB value is (185,171,254). Sum of RGB (Red+Green+Blue) = 185+171+254=610 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.33% from 610); Green value is 171 (67.19% from 255 or 28.03% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #B9ABFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9ABFE is #465401. Grayscale: #B8B8B8. Windows color (decimal): -4609026 or 16690105. OLE color: 16690105.

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

Color convert

RGB 185 171 254 -
CMYK 0.27 0.33 0 0.00
HSL 250.12º 0.98% 0.83% -
HSV(B) 250.12º 0.33% 1% -
XYZ 52.46 46.6 99.99 -
YUV 184.65 167.14 128.25 -
System Red Green Blue C M Y K H S L
Decimal 185 171 254 0.27 0.33 0 0.00 250.12 0.98 0.83
Hex B9 AB FE 1B 21 0 0 FA 62 53
Octal 271 253 376 33 41 0 0 372 142 123
Binary 10111001 10101011 11111110 11011 100001 0 0 11111010 1100010 1010011

Color Harmonies of #B9ABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ABFE

Black with #B9ABFE

Text Example


Text Example

White with #B9ABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ABFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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