#B9A1CF

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

Shades of Perfume #B9A1CF

Tints of Perfume #B9A1CF

Color information

#B9A1CF (or 0xB9A1CF) is unknown color: approx Perfume. HEX triplet: B9, A1 and CF. RGB value is (185,161,207). Sum of RGB (Red+Green+Blue) = 185+161+207=553 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.45% from 553); Green value is 161 (63.28% from 255 or 29.11% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 207 - color contains mainly: blue. Hex color #B9A1CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A1CF is #465E30. Grayscale: #ADADAD. Windows color (decimal): -4611633 or 13607353. OLE color: 13607353.

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

Color convert

RGB185161207-
CMYK0.110.2200.19
HSL271.3º32.39%72.16%-
HSV(B)271.3º22.22%81.18%-
XYZ44.0140.3164.49-
YUV173.42146.95136.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.45%
GREEN value IS 161 (63.28% from 255) = 29.11%
BLUE value IS 207 (81.25% from 255) = 37.43%
R=33.45%
G=29.11%
B=37.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1851612070.110.2200.19271.332.3972.16
HexB9A1CFB1601310f2048
Octal271241317132602341740110
Binary1011100110100001110011111011101100100111000011111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A1CF; }

 p { color: rgb(185,161,207); }

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

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

 a { background-color: rgb(185,161,207); }

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

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

 span { border-color: rgb(185,161,207); }

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