#B8A1DC

Color #B8A1DC Perfume (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perfume #B8A1DC

Tints of Perfume #B8A1DC

Color information

#B8A1DC (or 0xB8A1DC) is unknown color: approx Perfume. HEX triplet: B8, A1 and DC. RGB value is (184,161,220). Sum of RGB (Red+Green+Blue) = 184+161+220=565 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.57% from 565); Green value is 161 (63.28% from 255 or 28.50% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #B8A1DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8A1DC is #475E23. Grayscale: #AEAEAE. Windows color (decimal): -4677156 or 14459320. OLE color: 14459320.

HSL color Cylindrical-coordinate representation of color #B8A1DC: hue angle of 263.39º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8A1DC is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB184161220-
CMYK0.160.2700.14
HSL263.39º45.74%74.71%-
HSV(B)263.39º26.82%86.27%-
XYZ45.4340.8573.2-
YUV174.6153.62134.7-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.57%
GREEN value IS 161 (63.28% from 255) = 28.50%
BLUE value IS 220 (86.33% from 255) = 38.94%
R=32.57%
G=28.50%
B=38.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1841612200.160.2700.14263.3945.7474.71
HexB8A1DC101B0E1072e4b
Octal270241334203301640756113
Binary1011100010100001110111001000011011011101000001111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A1DC; }

 p { color: rgb(184,161,220); }

 H1.HeaderClassName
 {
   color: #B8A1DC;
 }
 .AnyTagClassName
 {
   color: #B8A1DC;
 }
</style>
background-color css

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

 a { background-color: rgb(184,161,220); }

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

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

 span { border-color: rgb(184,161,220); }

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