#B8A4CF

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

Shades of Perfume #B8A4CF

Tints of Perfume #B8A4CF

Color information

#B8A4CF (or 0xB8A4CF) is unknown color: approx Perfume. HEX triplet: B8, A4 and CF. RGB value is (184,164,207). Sum of RGB (Red+Green+Blue) = 184+164+207=555 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.15% from 555); Green value is 164 (64.45% from 255 or 29.55% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 207 - color contains mainly: blue. Hex color #B8A4CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8A4CF is #475B30. Grayscale: #AEAEAE. Windows color (decimal): -4676401 or 13608120. OLE color: 13608120.

HSL color Cylindrical-coordinate representation of color #B8A4CF: hue angle of 267.91º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B8A4CF is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB184164207-
CMYK0.110.2100.19
HSL267.91º30.94%72.75%-
HSV(B)267.91º20.77%81.18%-
XYZ44.3141.2564.66-
YUV174.88146.13134.5-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.15%
GREEN value IS 164 (64.45% from 255) = 29.55%
BLUE value IS 207 (81.25% from 255) = 37.30%
R=33.15%
G=29.55%
B=37.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1841642070.110.2100.19267.9130.9472.75
HexB8A4CFB1501310c1f49
Octal270244317132502341437111
Binary101110001010010011001111101110101010011100001100111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A4CF; }

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

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

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

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

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

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

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

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