Html Css Color HEX #B8A7FE Melrose

📋 copy color: '#B8A7FE'

red 184 ◦ green 167 ◦ blue 254

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

Shades of Melrose #B8A7FE

Tints of Melrose #B8A7FE

RGB

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

 GREEN value IS 167 (65.63% from 255) = 27.6%

 BLUE value IS 254 (99.61% from 255) = 41.98%

R = 30.41%
G = 27.6%
B = 41.98%

CMYK

 C value IS 0.28

 M value IS 0.34

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B8A7FE (or 0xB8A7FE) is known color: Melrose. HEX triplet: B8, A7 and FE. RGB value is (184,167,254). Sum of RGB (Red+Green+Blue) = 184+167+254=605 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.41% from 605); Green value is 167 (65.62% from 255 or 27.60% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: blue. Hex color #B8A7FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8A7FE is #475801. Grayscale: #B5B5B5. Windows color (decimal): -4675586 or 16689080. OLE color: 16689080.

HSL color Cylindrical-coordinate representation of color #B8A7FE: hue angle of 251.72º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B8A7FE is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 184 167 254 -
CMYK 0.28 0.34 0 0.00
HSL 251.72º 0.98% 0.83% -
HSV(B) 251.72º 0.34% 1% -
XYZ 51.48 44.98 99.74 -
YUV 182 168.63 129.43 -
System Red Green Blue C M Y K H S L
Decimal 184 167 254 0.28 0.34 0 0.00 251.72 0.98 0.83
Hex B8 A7 FE 1C 22 0 0 FC 62 53
Octal 270 247 376 34 42 0 0 374 142 123
Binary 10111000 10100111 11111110 11100 100010 0 0 11111100 1100010 1010011

Color Harmonies of #B8A7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A7FE

Black with #B8A7FE

Text Example


Text Example

White with #B8A7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A7FE; }

 p { color: rgb(184,167,254); }

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

background-color css

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

 a { background-color: rgb(184,167,254); }

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

border-color css

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

 span { border-color: rgb(184,167,254); }

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