Html Css Color HEX #B9A4F3 Melrose

📋 copy color: '#B9A4F3'

red 185 ◦ green 164 ◦ blue 243

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

Shades of Melrose #B9A4F3

Tints of Melrose #B9A4F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 41.05%

R = 31.25%
G = 27.7%
B = 41.05%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B9A4F3 (or 0xB9A4F3) is known color: Melrose. HEX triplet: B9, A4 and F3. RGB value is (185,164,243). Sum of RGB (Red+Green+Blue) = 185+164+243=592 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.25% from 592); Green value is 164 (64.45% from 255 or 27.70% from 592); Blue value is 243 (95.31% from 255 or 41.05% from 592); Max value from RGB is 243 - color contains mainly: blue. Hex color #B9A4F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9A4F3 is #465B0C. Grayscale: #B2B2B2. Windows color (decimal): -4610829 or 15967417. OLE color: 15967417.

HSL color Cylindrical-coordinate representation of color #B9A4F3: hue angle of 255.95º degrees, saturation: 0.77, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B9A4F3 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 185 164 243 -
CMYK 0.24 0.33 0 0.05
HSL 255.95º 0.77% 0.8% -
HSV(B) 255.95º 0.33% 0.95% -
XYZ 49.46 43.34 90.55 -
YUV 179.29 163.96 132.08 -
System Red Green Blue C M Y K H S L
Decimal 185 164 243 0.24 0.33 0 0.05 255.95 0.77 0.8
Hex B9 A4 F3 18 21 0 5 100 4D 50
Octal 271 244 363 30 41 0 5 400 115 120
Binary 10111001 10100100 11110011 11000 100001 0 101 100000000 1001101 1010000

Color Harmonies of #B9A4F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A4F3

Black with #B9A4F3

Text Example


Text Example

White with #B9A4F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A4F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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