#B8A4DA

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

Shades of Perfume #B8A4DA

Tints of Perfume #B8A4DA

Color information

#B8A4DA (or 0xB8A4DA) is unknown color: approx Perfume. HEX triplet: B8, A4 and DA. RGB value is (184,164,218). Sum of RGB (Red+Green+Blue) = 184+164+218=566 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.51% from 566); Green value is 164 (64.45% from 255 or 28.98% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 218 - color contains mainly: blue. Hex color #B8A4DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8A4DA is #475B25. Grayscale: #AFAFAF. Windows color (decimal): -4676390 or 14329016. OLE color: 14329016.

HSL color Cylindrical-coordinate representation of color #B8A4DA: hue angle of 262.22º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B8A4DA is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB184164218-
CMYK0.160.2500.15
HSL262.22º42.19%74.9%-
HSV(B)262.22º24.77%85.49%-
XYZ45.741.871.99-
YUV176.14151.63133.61-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.51%
GREEN value IS 164 (64.45% from 255) = 28.98%
BLUE value IS 218 (85.55% from 255) = 38.52%
R=32.51%
G=28.98%
B=38.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1841642180.160.2500.15262.2242.1974.9
HexB8A4DA10190F1062a4b
Octal270244332203101740652113
Binary1011100010100100110110101000011001011111000001101010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A4DA; }

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

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

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

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

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

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

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

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