Html Css Color HEX #B8A4FA Melrose

📋 copy color: '#B8A4FA'

red 184 ◦ green 164 ◦ blue 250

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

Shades of Melrose #B8A4FA

Tints of Melrose #B8A4FA

RGB

 RED value IS 184 (72.27% from 255) = 30.77%

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

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

R = 30.77%
G = 27.42%
B = 41.81%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B8A4FA (or 0xB8A4FA) is known color: Melrose. HEX triplet: B8, A4 and FA. RGB value is (184,164,250). Sum of RGB (Red+Green+Blue) = 184+164+250=598 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.77% from 598); Green value is 164 (64.45% from 255 or 27.42% from 598); Blue value is 250 (98.05% from 255 or 41.81% from 598); Max value from RGB is 250 - color contains mainly: blue. Hex color #B8A4FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8A4FA is #475B05. Grayscale: #B3B3B3. Windows color (decimal): -4676358 or 16426168. OLE color: 16426168.

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

Color convert

RGB 184 164 250 -
CMYK 0.26 0.34 0 0.02
HSL 253.95º 0.9% 0.81% -
HSV(B) 253.95º 0.34% 0.98% -
XYZ 50.3 43.64 96.22 -
YUV 179.78 167.63 131.01 -
System Red Green Blue C M Y K H S L
Decimal 184 164 250 0.26 0.34 0 0.02 253.95 0.9 0.81
Hex B8 A4 FA 1A 22 0 2 FE 5A 51
Octal 270 244 372 32 42 0 2 376 132 121
Binary 10111000 10100100 11111010 11010 100010 0 10 11111110 1011010 1010001

Color Harmonies of #B8A4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A4FA

Black with #B8A4FA

Text Example


Text Example

White with #B8A4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A4FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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