#BBA1FF

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

Shades of Perfume #BBA1FF

Tints of Perfume #BBA1FF

Color information

#BBA1FF (or 0xBBA1FF) is unknown color: approx Perfume. HEX triplet: BB, A1 and FF. RGB value is (187,161,255). Sum of RGB (Red+Green+Blue) = 187+161+255=603 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.01% from 603); Green value is 161 (63.28% from 255 or 26.70% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBA1FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA1FF is #445E00. Grayscale: #B3B3B3. Windows color (decimal): -4480513 or 16753083. OLE color: 16753083.

HSL color Cylindrical-coordinate representation of color #BBA1FF: hue angle of 256.6º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BBA1FF is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB187161255-
CMYK0.270.3700
HSL256.6º100%81.57%-
HSV(B)256.6º36.86%100%-
XYZ51.2943.27100.26-
YUV179.49170.61133.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.01%
GREEN value IS 161 (63.28% from 255) = 26.70%
BLUE value IS 255 (100% from 255) = 42.29%
R=31.01%
G=26.70%
B=42.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1871612550.270.3700256.610081.57
HexBBA1FF1B25001016452
Octal273241377334500401144122
Binary101110111010000111111111110111001010010000000111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA1FF; }

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

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

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

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

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

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

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

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