Html Css Color HEX #B9A4FA Melrose

📋 copy color: '#B9A4FA'

red 185 ◦ green 164 ◦ blue 250

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

Shades of Melrose #B9A4FA

Tints of Melrose #B9A4FA

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.38%

 BLUE value IS 250 (98.05% from 255) = 41.74%

R = 30.88%
G = 27.38%
B = 41.74%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B9A4FA (or 0xB9A4FA) is known color: Melrose. HEX triplet: B9, A4 and FA. RGB value is (185,164,250). Sum of RGB (Red+Green+Blue) = 185+164+250=599 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.88% from 599); Green value is 164 (64.45% from 255 or 27.38% from 599); Blue value is 250 (98.05% from 255 or 41.74% from 599); Max value from RGB is 250 - color contains mainly: blue. Hex color #B9A4FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9A4FA is #465B05. Grayscale: #B3B3B3. Windows color (decimal): -4610822 or 16426169. OLE color: 16426169.

HSL color Cylindrical-coordinate representation of color #B9A4FA: hue angle of 254.65º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B9A4FA is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 164 250 -
CMYK 0.26 0.34 0 0.02
HSL 254.65º 0.9% 0.81% -
HSV(B) 254.65º 0.34% 0.98% -
XYZ 50.54 43.77 96.23 -
YUV 180.08 167.46 131.51 -
System Red Green Blue C M Y K H S L
Decimal 185 164 250 0.26 0.34 0 0.02 254.65 0.9 0.81
Hex B9 A4 FA 1A 22 0 2 FF 5A 51
Octal 271 244 372 32 42 0 2 377 132 121
Binary 10111001 10100100 11111010 11010 100010 0 10 11111111 1011010 1010001

Color Harmonies of #B9A4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A4FA

Black with #B9A4FA

Text Example


Text Example

White with #B9A4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A4FA; }

 p { color: rgb(185,164,250); }

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

background-color css

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

 a { background-color: rgb(185,164,250); }

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

border-color css

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

 span { border-color: rgb(185,164,250); }

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