#BBA1EC

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

Shades of Perfume #BBA1EC

Tints of Perfume #BBA1EC

Color information

#BBA1EC (or 0xBBA1EC) is unknown color: approx Perfume. HEX triplet: BB, A1 and EC. RGB value is (187,161,236). Sum of RGB (Red+Green+Blue) = 187+161+236=584 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.02% from 584); Green value is 161 (63.28% from 255 or 27.57% from 584); Blue value is 236 (92.58% from 255 or 40.41% from 584); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBA1EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA1EC is #445E13. Grayscale: #B1B1B1. Windows color (decimal): -4480532 or 15507899. OLE color: 15507899.

HSL color Cylindrical-coordinate representation of color #BBA1EC: hue angle of 260.8º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBA1EC is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB187161236-
CMYK0.210.3200.07
HSL260.8º66.37%77.84%-
HSV(B)260.8º31.78%92.55%-
XYZ48.3842.1184.94-
YUV177.32161.11134.9-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.02%
GREEN value IS 161 (63.28% from 255) = 27.57%
BLUE value IS 236 (92.58% from 255) = 40.41%
R=32.02%
G=27.57%
B=40.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1871612360.210.3200.07260.866.3777.84
HexBBA1EC152007105424e
Octal273241354254007405102116
Binary10111011101000011110110010101100000011110000010110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA1EC; }

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

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

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

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

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

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

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

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