#BBA1DD

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

Shades of Perfume #BBA1DD

Tints of Perfume #BBA1DD

Color information

#BBA1DD (or 0xBBA1DD) is unknown color: approx Perfume. HEX triplet: BB, A1 and DD. RGB value is (187,161,221). Sum of RGB (Red+Green+Blue) = 187+161+221=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 161 (63.28% from 255 or 28.30% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBA1DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA1DD is #445E22. Grayscale: #AFAFAF. Windows color (decimal): -4480547 or 14524859. OLE color: 14524859.

HSL color Cylindrical-coordinate representation of color #BBA1DD: hue angle of 266º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBA1DD is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB187161221-
CMYK0.150.2700.13
HSL266º46.87%74.9%-
HSV(B)266º27.15%86.67%-
XYZ46.2941.2773.93-
YUV175.61153.61136.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.86%
GREEN value IS 161 (63.28% from 255) = 28.30%
BLUE value IS 221 (86.72% from 255) = 38.84%
R=32.86%
G=28.30%
B=38.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1871612210.150.2700.1326646.8774.9
HexBBA1DDF1B0D10a2f4b
Octal273241335173301541257113
Binary101110111010000111011101111111011011011000010101011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA1DD; }

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

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

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

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

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

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

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

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