#BBA1FE

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

Shades of Perfume #BBA1FE

Tints of Perfume #BBA1FE

Color information

#BBA1FE (or 0xBBA1FE) is unknown color: approx Perfume. HEX triplet: BB, A1 and FE. RGB value is (187,161,254). Sum of RGB (Red+Green+Blue) = 187+161+254=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 161 (63.28% from 255 or 26.74% from 602); Blue value is 254 (99.61% from 255 or 42.19% from 602); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBA1FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA1FE is #445E01. Grayscale: #B3B3B3. Windows color (decimal): -4480514 or 16687547. OLE color: 16687547.

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

Color convert

RGB187161254-
CMYK0.260.3700.00
HSL256.77º97.89%81.37%-
HSV(B)256.77º36.61%99.61%-
XYZ51.1343.2199.41-
YUV179.38170.11133.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.06%
GREEN value IS 161 (63.28% from 255) = 26.74%
BLUE value IS 254 (99.61% from 255) = 42.19%
R=31.06%
G=26.74%
B=42.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1871612540.260.3700.00256.7797.8981.37
HexBBA1FE1A25001016251
Octal273241376324500401142121
Binary101110111010000111111110110101001010010000000111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA1FE; }

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

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

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

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

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

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

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

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