Html Css Color HEX #B6A4FA Melrose

📋 copy color: '#B6A4FA'

red 182 ◦ green 164 ◦ blue 250

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

Shades of Melrose #B6A4FA

Tints of Melrose #B6A4FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.95%

R = 30.54%
G = 27.52%
B = 41.95%

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

#B6A4FA (or 0xB6A4FA) is known color: Melrose. HEX triplet: B6, A4 and FA. RGB value is (182,164,250). Sum of RGB (Red+Green+Blue) = 182+164+250=596 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.54% from 596); Green value is 164 (64.45% from 255 or 27.52% from 596); Blue value is 250 (98.05% from 255 or 41.95% from 596); Max value from RGB is 250 - color contains mainly: blue. Hex color #B6A4FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6A4FA is #495B05. Grayscale: #B2B2B2. Windows color (decimal): -4807430 or 16426166. OLE color: 16426166.

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

Color convert

RGB 182 164 250 -
CMYK 0.27 0.34 0 0.02
HSL 252.56º 0.9% 0.81% -
HSV(B) 252.56º 0.34% 0.98% -
XYZ 49.82 43.4 96.19 -
YUV 179.19 167.96 130.01 -
System Red Green Blue C M Y K H S L
Decimal 182 164 250 0.27 0.34 0 0.02 252.56 0.9 0.81
Hex B6 A4 FA 1B 22 0 2 FD 5A 51
Octal 266 244 372 33 42 0 2 375 132 121
Binary 10110110 10100100 11111010 11011 100010 0 10 11111101 1011010 1010001

Color Harmonies of #B6A4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A4FA

Black with #B6A4FA

Text Example


Text Example

White with #B6A4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A4FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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