#BBA1CF

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

Shades of Perfume #BBA1CF

Tints of Perfume #BBA1CF

Color information

#BBA1CF (or 0xBBA1CF) is unknown color: approx Perfume. HEX triplet: BB, A1 and CF. RGB value is (187,161,207). Sum of RGB (Red+Green+Blue) = 187+161+207=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 161 (63.28% from 255 or 29.01% 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 #BBA1CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA1CF is #445E30. Grayscale: #ADADAD. Windows color (decimal): -4480561 or 13607355. OLE color: 13607355.

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

Color convert

RGB187161207-
CMYK0.100.2200.19
HSL273.91º32.39%72.16%-
HSV(B)273.91º22.22%81.18%-
XYZ44.540.5664.51-
YUV174.02146.61137.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.69%
GREEN value IS 161 (63.28% from 255) = 29.01%
BLUE value IS 207 (81.25% from 255) = 37.30%
R=33.69%
G=29.01%
B=37.30%

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
Decimal1871612070.100.2200.19273.9132.3972.16
HexBBA1CFA160131122048
Octal273241317122602342240110
Binary1011101110100001110011111010101100100111000100101000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA1CF; }

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

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

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

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

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

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

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

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