#BBA1F3

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

Shades of Perfume #BBA1F3

Tints of Perfume #BBA1F3

Color information

#BBA1F3 (or 0xBBA1F3) is unknown color: approx Perfume. HEX triplet: BB, A1 and F3. RGB value is (187,161,243). Sum of RGB (Red+Green+Blue) = 187+161+243=591 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.64% from 591); Green value is 161 (63.28% from 255 or 27.24% from 591); Blue value is 243 (95.31% from 255 or 41.12% from 591); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBA1F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA1F3 is #445E0C. Grayscale: #B1B1B1. Windows color (decimal): -4480525 or 15966651. OLE color: 15966651.

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

Color convert

RGB187161243-
CMYK0.230.3400.05
HSL259.02º77.36%79.22%-
HSV(B)259.02º33.74%95.29%-
XYZ49.4242.5390.4-
YUV178.12164.61134.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.64%
GREEN value IS 161 (63.28% from 255) = 27.24%
BLUE value IS 243 (95.31% from 255) = 41.12%
R=31.64%
G=27.24%
B=41.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1871612430.230.3400.05259.0277.3679.22
HexBBA1F31722051034d4f
Octal273241363274205403115117
Binary10111011101000011111001110111100010010110000001110011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA1F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA1F3; }

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

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

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

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

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

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

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

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