#B8A4CD

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

Shades of Perfume #B8A4CD

Tints of Perfume #B8A4CD

Color information

#B8A4CD (or 0xB8A4CD) is unknown color: approx Perfume. HEX triplet: B8, A4 and CD. RGB value is (184,164,205). Sum of RGB (Red+Green+Blue) = 184+164+205=553 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.27% from 553); Green value is 164 (64.45% from 255 or 29.66% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 205 - color contains mainly: blue. Hex color #B8A4CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8A4CD is #475B32. Grayscale: #AEAEAE. Windows color (decimal): -4676403 or 13477048. OLE color: 13477048.

HSL color Cylindrical-coordinate representation of color #B8A4CD: hue angle of 269.27º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B8A4CD is Cyan = 0.10, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB184164205-
CMYK0.100.200.20
HSL269.27º29.08%72.35%-
HSV(B)269.27º20%80.39%-
XYZ44.0641.1563.38-
YUV174.65145.13134.67-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.27%
GREEN value IS 164 (64.45% from 255) = 29.66%
BLUE value IS 205 (80.47% from 255) = 37.07%
R=33.27%
G=29.66%
B=37.07%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1841642050.100.200.20269.2729.0872.35
HexB8A4CDA1401410d1d48
Octal270244315122402441535110
Binary101110001010010011001101101010100010100100001101111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A4CD; }

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

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

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

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

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

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

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

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