#B9A1CC

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

Shades of Perfume #B9A1CC

Tints of Perfume #B9A1CC

Color information

#B9A1CC (or 0xB9A1CC) is unknown color: approx Perfume. HEX triplet: B9, A1 and CC. RGB value is (185,161,204). Sum of RGB (Red+Green+Blue) = 185+161+204=550 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.64% from 550); Green value is 161 (63.28% from 255 or 29.27% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 204 - color contains mainly: blue. Hex color #B9A1CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A1CC is #465E33. Grayscale: #ACACAC. Windows color (decimal): -4611636 or 13410745. OLE color: 13410745.

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

Color convert

RGB185161204-
CMYK0.090.2100.2
HSL273.49º29.66%71.57%-
HSV(B)273.49º21.08%80%-
XYZ43.6540.1662.58-
YUV173.08145.45136.5-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.64%
GREEN value IS 161 (63.28% from 255) = 29.27%
BLUE value IS 204 (80.08% from 255) = 37.09%
R=33.64%
G=29.27%
B=37.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1851612040.090.2100.2273.4929.6671.57
HexB9A1CC9150141111e48
Octal271241314112502442136110
Binary101110011010000111001100100110101010100100010001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A1CC; }

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

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

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

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

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

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

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

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