#BBA0FA

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

Shades of Perfume #BBA0FA

Tints of Perfume #BBA0FA

Color information

#BBA0FA (or 0xBBA0FA) is unknown color: approx Perfume. HEX triplet: BB, A0 and FA. RGB value is (187,160,250). Sum of RGB (Red+Green+Blue) = 187+160+250=597 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.32% from 597); Green value is 160 (62.89% from 255 or 26.80% from 597); Blue value is 250 (98.05% from 255 or 41.88% from 597); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBA0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA0FA is #445F05. Grayscale: #B2B2B2. Windows color (decimal): -4480774 or 16425147. OLE color: 16425147.

HSL color Cylindrical-coordinate representation of color #BBA0FA: hue angle of 258º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BBA0FA is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187160250-
CMYK0.250.3600.02
HSL258º90%80.39%-
HSV(B)258º36%98.04%-
XYZ50.3242.6196.01-
YUV178.33168.45134.18-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.32%
GREEN value IS 160 (62.89% from 255) = 26.80%
BLUE value IS 250 (98.05% from 255) = 41.88%
R=31.32%
G=26.80%
B=41.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1871602500.250.3600.022589080.39
HexBBA0FA1924021025a50
Octal273240372314402402132120
Binary1011101110100000111110101100110010001010000001010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA0FA; }

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

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

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

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

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

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

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

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