Html Css Color HEX #B9A6F6 Melrose

📋 copy color: '#B9A6F6'

red 185 ◦ green 166 ◦ blue 246

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

Shades of Melrose #B9A6F6

Tints of Melrose #B9A6F6

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.81%

 BLUE value IS 246 (96.48% from 255) = 41.21%

R = 30.99%
G = 27.81%
B = 41.21%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B9A6F6 (or 0xB9A6F6) is known color: Melrose. HEX triplet: B9, A6 and F6. RGB value is (185,166,246). Sum of RGB (Red+Green+Blue) = 185+166+246=597 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.99% from 597); Green value is 166 (65.23% from 255 or 27.81% from 597); Blue value is 246 (96.48% from 255 or 41.21% from 597); Max value from RGB is 246 - color contains mainly: blue. Hex color #B9A6F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9A6F6 is #465909. Grayscale: #B4B4B4. Windows color (decimal): -4610314 or 16164537. OLE color: 16164537.

HSL color Cylindrical-coordinate representation of color #B9A6F6: hue angle of 254.25º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B9A6F6 is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 185 166 246 -
CMYK 0.25 0.33 0 0.04
HSL 254.25º 0.82% 0.81% -
HSV(B) 254.25º 0.33% 0.96% -
XYZ 50.28 44.24 93.08 -
YUV 180.8 164.79 131 -
System Red Green Blue C M Y K H S L
Decimal 185 166 246 0.25 0.33 0 0.04 254.25 0.82 0.81
Hex B9 A6 F6 19 21 0 4 FE 52 51
Octal 271 246 366 31 41 0 4 376 122 121
Binary 10111001 10100110 11110110 11001 100001 0 100 11111110 1010010 1010001

Color Harmonies of #B9A6F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A6F6

Black with #B9A6F6

Text Example


Text Example

White with #B9A6F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A6F6; }

 p { color: rgb(185,166,246); }

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

background-color css

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

 a { background-color: rgb(185,166,246); }

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

border-color css

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

 span { border-color: rgb(185,166,246); }

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