#BBA0FE

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

Shades of Perfume #BBA0FE

Tints of Perfume #BBA0FE

Color information

#BBA0FE (or 0xBBA0FE) is unknown color: approx Perfume. HEX triplet: BB, A0 and FE. RGB value is (187,160,254). Sum of RGB (Red+Green+Blue) = 187+160+254=601 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.11% from 601); Green value is 160 (62.89% from 255 or 26.62% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBA0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA0FE is #445F01. Grayscale: #B2B2B2. Windows color (decimal): -4480770 or 16687291. OLE color: 16687291.

HSL color Cylindrical-coordinate representation of color #BBA0FE: hue angle of 257.23º 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 #BBA0FE is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB187160254-
CMYK0.260.3700.00
HSL257.23º97.92%81.18%-
HSV(B)257.23º37.01%99.61%-
XYZ50.9542.8699.35-
YUV178.79170.45133.86-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.11%
GREEN value IS 160 (62.89% from 255) = 26.62%
BLUE value IS 254 (99.61% from 255) = 42.26%
R=31.11%
G=26.62%
B=42.26%

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
Decimal1871602540.260.3700.00257.2397.9281.18
HexBBA0FE1A25001016251
Octal273240376324500401142121
Binary101110111010000011111110110101001010010000000111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA0FE; }

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

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

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

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

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

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

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

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