Html Css Color HEX #B6A4F9 Melrose

📋 copy color: '#B6A4F9'

red 182 ◦ green 164 ◦ blue 249

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

Shades of Melrose #B6A4F9

Tints of Melrose #B6A4F9

RGB

 RED value IS 182 (71.48% from 255) = 30.59%

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

 BLUE value IS 249 (97.66% from 255) = 41.85%

R = 30.59%
G = 27.56%
B = 41.85%

CMYK

 C value IS 0.27

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B6A4F9 (or 0xB6A4F9) is known color: Melrose. HEX triplet: B6, A4 and F9. RGB value is (182,164,249). Sum of RGB (Red+Green+Blue) = 182+164+249=595 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.59% from 595); Green value is 164 (64.45% from 255 or 27.56% from 595); Blue value is 249 (97.66% from 255 or 41.85% from 595); Max value from RGB is 249 - color contains mainly: blue. Hex color #B6A4F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6A4F9 is #495B06. Grayscale: #B2B2B2. Windows color (decimal): -4807431 or 16360630. OLE color: 16360630.

HSL color Cylindrical-coordinate representation of color #B6A4F9: hue angle of 252.71º degrees, saturation: 0.88, 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 #B6A4F9 is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 182 164 249 -
CMYK 0.27 0.34 0 0.02
HSL 252.71º 0.88% 0.81% -
HSV(B) 252.71º 0.34% 0.98% -
XYZ 49.67 43.34 95.37 -
YUV 179.07 167.46 130.09 -
System Red Green Blue C M Y K H S L
Decimal 182 164 249 0.27 0.34 0 0.02 252.71 0.88 0.81
Hex B6 A4 F9 1B 22 0 2 FD 58 51
Octal 266 244 371 33 42 0 2 375 130 121
Binary 10110110 10100100 11111001 11011 100010 0 10 11111101 1011000 1010001

Color Harmonies of #B6A4F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A4F9

Black with #B6A4F9

Text Example


Text Example

White with #B6A4F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A4F9; }

 p { color: rgb(182,164,249); }

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

background-color css

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

 a { background-color: rgb(182,164,249); }

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

border-color css

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

 span { border-color: rgb(182,164,249); }

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