#BBA0FD

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

Shades of Perfume #BBA0FD

Tints of Perfume #BBA0FD

Color information

#BBA0FD (or 0xBBA0FD) is unknown color: approx Perfume. HEX triplet: BB, A0 and FD. RGB value is (187,160,253). Sum of RGB (Red+Green+Blue) = 187+160+253=600 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.17% from 600); Green value is 160 (62.89% from 255 or 26.67% from 600); Blue value is 253 (99.22% from 255 or 42.17% from 600); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBA0FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA0FD is #445F02. Grayscale: #B2B2B2. Windows color (decimal): -4480771 or 16621755. OLE color: 16621755.

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

Color convert

RGB187160253-
CMYK0.260.3700.01
HSL257.42º95.88%80.98%-
HSV(B)257.42º36.76%99.22%-
XYZ50.7942.898.51-
YUV178.68169.95133.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.17%
GREEN value IS 160 (62.89% from 255) = 26.67%
BLUE value IS 253 (99.22% from 255) = 42.17%
R=31.17%
G=26.67%
B=42.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1871602530.260.3700.01257.4295.8880.98
HexBBA0FD1A25011016051
Octal273240375324501401140121
Binary101110111010000011111101110101001010110000000111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA0FD; }

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

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

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

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

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

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

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

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