Html Css Color HEX #B8A4FC Melrose

📋 copy color: '#B8A4FC'

red 184 ◦ green 164 ◦ blue 252

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

Shades of Melrose #B8A4FC

Tints of Melrose #B8A4FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42%

R = 30.67%
G = 27.33%
B = 42%

CMYK

 C value IS 0.27

 M value IS 0.35

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B8A4FC (or 0xB8A4FC) is known color: Melrose. HEX triplet: B8, A4 and FC. RGB value is (184,164,252). Sum of RGB (Red+Green+Blue) = 184+164+252=600 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.67% from 600); Green value is 164 (64.45% from 255 or 27.33% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #B8A4FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8A4FC is #475B03. Grayscale: #B3B3B3. Windows color (decimal): -4676356 or 16557240. OLE color: 16557240.

HSL color Cylindrical-coordinate representation of color #B8A4FC: hue angle of 253.64º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B8A4FC is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 184 164 252 -
CMYK 0.27 0.35 0 0.01
HSL 253.64º 0.94% 0.82% -
HSV(B) 253.64º 0.35% 0.99% -
XYZ 50.61 43.77 97.88 -
YUV 180.01 168.63 130.84 -
System Red Green Blue C M Y K H S L
Decimal 184 164 252 0.27 0.35 0 0.01 253.64 0.94 0.82
Hex B8 A4 FC 1B 23 0 1 FE 5E 52
Octal 270 244 374 33 43 0 1 376 136 122
Binary 10111000 10100100 11111100 11011 100011 0 1 11111110 1011110 1010010

Color Harmonies of #B8A4FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A4FC

Black with #B8A4FC

Text Example


Text Example

White with #B8A4FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A4FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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