#BBA0F4

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

Shades of Perfume #BBA0F4

Tints of Perfume #BBA0F4

Color information

#BBA0F4 (or 0xBBA0F4) is unknown color: approx Perfume. HEX triplet: BB, A0 and F4. RGB value is (187,160,244). Sum of RGB (Red+Green+Blue) = 187+160+244=591 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.64% from 591); Green value is 160 (62.89% from 255 or 27.07% from 591); Blue value is 244 (95.70% from 255 or 41.29% from 591); Max value from RGB is 244 - color contains mainly: blue. Hex color #BBA0F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA0F4 is #445F0B. Grayscale: #B1B1B1. Windows color (decimal): -4480780 or 16031931. OLE color: 16031931.

HSL color Cylindrical-coordinate representation of color #BBA0F4: hue angle of 259.29º degrees, saturation: 0.79, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BBA0F4 is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB187160244-
CMYK0.230.3400.04
HSL259.29º79.25%79.22%-
HSV(B)259.29º34.43%95.69%-
XYZ49.3942.2491.14-
YUV177.65165.45134.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.64%
GREEN value IS 160 (62.89% from 255) = 27.07%
BLUE value IS 244 (95.70% from 255) = 41.29%
R=31.64%
G=27.07%
B=41.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1871602440.230.3400.04259.2979.2579.22
HexBBA0F41722041034f4f
Octal273240364274204403117117
Binary10111011101000001111010010111100010010010000001110011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA0F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA0F4; }

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

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

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

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

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

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

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

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