Html Css Color HEX #B6A4EF Melrose

📋 copy color: '#B6A4EF'

red 182 ◦ green 164 ◦ blue 239

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

Shades of Melrose #B6A4EF

Tints of Melrose #B6A4EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.85%

R = 31.11%
G = 28.03%
B = 40.85%

CMYK

 C value IS 0.24

 M value IS 0.31

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B6A4EF (or 0xB6A4EF) is known color: Melrose. HEX triplet: B6, A4 and EF. RGB value is (182,164,239). Sum of RGB (Red+Green+Blue) = 182+164+239=585 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.11% from 585); Green value is 164 (64.45% from 255 or 28.03% from 585); Blue value is 239 (93.75% from 255 or 40.85% from 585); Max value from RGB is 239 - color contains mainly: blue. Hex color #B6A4EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6A4EF is #495B10. Grayscale: #B1B1B1. Windows color (decimal): -4807441 or 15705270. OLE color: 15705270.

HSL color Cylindrical-coordinate representation of color #B6A4EF: hue angle of 254.4º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B6A4EF is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 182 164 239 -
CMYK 0.24 0.31 0 0.06
HSL 254.4º 0.7% 0.79% -
HSV(B) 254.4º 0.31% 0.94% -
XYZ 48.15 42.73 87.37 -
YUV 177.93 162.46 130.9 -
System Red Green Blue C M Y K H S L
Decimal 182 164 239 0.24 0.31 0 0.06 254.4 0.7 0.79
Hex B6 A4 EF 18 1F 0 6 FE 46 4F
Octal 266 244 357 30 37 0 6 376 106 117
Binary 10110110 10100100 11101111 11000 11111 0 110 11111110 1000110 1001111

Color Harmonies of #B6A4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A4EF

Black with #B6A4EF

Text Example


Text Example

White with #B6A4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A4EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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