Html Css Color HEX #B8A4EC Perfume

📋 copy color: '#B8A4EC'

red 184 ◦ green 164 ◦ blue 236

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

Shades of Perfume #B8A4EC

Tints of Perfume #B8A4EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.41%

R = 31.51%
G = 28.08%
B = 40.41%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B8A4EC (or 0xB8A4EC) is known color: Perfume. HEX triplet: B8, A4 and EC. RGB value is (184,164,236). Sum of RGB (Red+Green+Blue) = 184+164+236=584 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.51% from 584); Green value is 164 (64.45% from 255 or 28.08% from 584); Blue value is 236 (92.58% from 255 or 40.41% from 584); Max value from RGB is 236 - color contains mainly: blue. Hex color #B8A4EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8A4EC is #475B13. Grayscale: #B1B1B1. Windows color (decimal): -4676372 or 15508664. OLE color: 15508664.

HSL color Cylindrical-coordinate representation of color #B8A4EC: hue angle of 256.67º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B8A4EC is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 164 236 -
CMYK 0.22 0.31 0 0.07
HSL 256.67º 0.65% 0.78% -
HSV(B) 256.67º 0.31% 0.93% -
XYZ 48.18 42.8 85.08 -
YUV 178.19 160.63 132.15 -
System Red Green Blue C M Y K H S L
Decimal 184 164 236 0.22 0.31 0 0.07 256.67 0.65 0.78
Hex B8 A4 EC 16 1F 0 7 101 41 4E
Octal 270 244 354 26 37 0 7 401 101 116
Binary 10111000 10100100 11101100 10110 11111 0 111 100000001 1000001 1001110

Color Harmonies of #B8A4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A4EC

Black with #B8A4EC

Text Example


Text Example

White with #B8A4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A4EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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