#B9A1CE

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

Shades of Perfume #B9A1CE

Tints of Perfume #B9A1CE

Color information

#B9A1CE (or 0xB9A1CE) is unknown color: approx Perfume. HEX triplet: B9, A1 and CE. RGB value is (185,161,206). Sum of RGB (Red+Green+Blue) = 185+161+206=552 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.51% from 552); Green value is 161 (63.28% from 255 or 29.17% from 552); Blue value is 206 (80.86% from 255 or 37.32% from 552); Max value from RGB is 206 - color contains mainly: blue. Hex color #B9A1CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A1CE is #465E31. Grayscale: #ADADAD. Windows color (decimal): -4611634 or 13541817. OLE color: 13541817.

HSL color Cylindrical-coordinate representation of color #B9A1CE: hue angle of 272º degrees, saturation: 0.31, 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 #B9A1CE is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB185161206-
CMYK0.100.2200.19
HSL272º31.47%71.96%-
HSV(B)272º21.84%80.78%-
XYZ43.8940.2663.85-
YUV173.31146.45136.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.51%
GREEN value IS 161 (63.28% from 255) = 29.17%
BLUE value IS 206 (80.86% from 255) = 37.32%
R=33.51%
G=29.17%
B=37.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1851612060.100.2200.1927231.4771.96
HexB9A1CEA160131101f48
Octal271241316122602342037110
Binary101110011010000111001110101010110010011100010000111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A1CE; }

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

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

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

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

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

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

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

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