Html Css Color HEX #B9A6FE Melrose

📋 copy color: '#B9A6FE'

red 185 ◦ green 166 ◦ blue 254

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

Shades of Melrose #B9A6FE

Tints of Melrose #B9A6FE

RGB

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

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

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

R = 30.58%
G = 27.44%
B = 41.98%

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

#B9A6FE (or 0xB9A6FE) is known color: Melrose. HEX triplet: B9, A6 and FE. RGB value is (185,166,254). Sum of RGB (Red+Green+Blue) = 185+166+254=605 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.58% from 605); Green value is 166 (65.23% from 255 or 27.44% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: blue. Hex color #B9A6FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9A6FE is #465901. Grayscale: #B5B5B5. Windows color (decimal): -4610306 or 16688825. OLE color: 16688825.

HSL color Cylindrical-coordinate representation of color #B9A6FE: hue angle of 252.95º 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 #B9A6FE is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 185 166 254 -
CMYK 0.27 0.35 0 0.00
HSL 252.95º 0.98% 0.82% -
HSV(B) 252.95º 0.35% 1% -
XYZ 51.53 44.74 99.69 -
YUV 181.71 168.79 130.34 -
System Red Green Blue C M Y K H S L
Decimal 185 166 254 0.27 0.35 0 0.00 252.95 0.98 0.82
Hex B9 A6 FE 1B 23 0 0 FD 62 52
Octal 271 246 376 33 43 0 0 375 142 122
Binary 10111001 10100110 11111110 11011 100011 0 0 11111101 1100010 1010010

Color Harmonies of #B9A6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A6FE

Black with #B9A6FE

Text Example


Text Example

White with #B9A6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A6FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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