Html Css Color HEX #B9A5FE Melrose

📋 copy color: '#B9A5FE'

red 185 ◦ green 165 ◦ blue 254

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

Shades of Melrose #B9A5FE

Tints of Melrose #B9A5FE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.32%

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

R = 30.63%
G = 27.32%
B = 42.05%

CMYK

 C value IS 0.27

 M value IS 0.35

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B9A5FE (or 0xB9A5FE) is known color: Melrose. HEX triplet: B9, A5 and FE. RGB value is (185,165,254). Sum of RGB (Red+Green+Blue) = 185+165+254=604 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.63% from 604); Green value is 165 (64.84% from 255 or 27.32% from 604); Blue value is 254 (99.61% from 255 or 42.05% from 604); Max value from RGB is 254 - color contains mainly: blue. Hex color #B9A5FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9A5FE is #465A01. Grayscale: #B4B4B4. Windows color (decimal): -4610562 or 16688569. OLE color: 16688569.

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

Color convert

RGB 185 165 254 -
CMYK 0.27 0.35 0 0.00
HSL 253.48º 0.98% 0.82% -
HSV(B) 253.48º 0.35% 1% -
XYZ 51.35 44.38 99.63 -
YUV 181.13 169.13 130.76 -
System Red Green Blue C M Y K H S L
Decimal 185 165 254 0.27 0.35 0 0.00 253.48 0.98 0.82
Hex B9 A5 FE 1B 23 0 0 FD 62 52
Octal 271 245 376 33 43 0 0 375 142 122
Binary 10111001 10100101 11111110 11011 100011 0 0 11111101 1100010 1010010

Color Harmonies of #B9A5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A5FE

Black with #B9A5FE

Text Example


Text Example

White with #B9A5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A5FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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