#BBA0EB

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

Shades of Perfume #BBA0EB

Tints of Perfume #BBA0EB

Color information

#BBA0EB (or 0xBBA0EB) is unknown color: approx Perfume. HEX triplet: BB, A0 and EB. RGB value is (187,160,235). Sum of RGB (Red+Green+Blue) = 187+160+235=582 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.13% from 582); Green value is 160 (62.89% from 255 or 27.49% from 582); Blue value is 235 (92.19% from 255 or 40.38% from 582); Max value from RGB is 235 - color contains mainly: blue. Hex color #BBA0EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA0EB is #445F14. Grayscale: #B0B0B0. Windows color (decimal): -4480789 or 15442107. OLE color: 15442107.

HSL color Cylindrical-coordinate representation of color #BBA0EB: hue angle of 261.6º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBA0EB is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB187160235-
CMYK0.200.3200.08
HSL261.6º65.22%77.45%-
HSV(B)261.6º31.91%92.16%-
XYZ48.0641.784.11-
YUV176.62160.95135.4-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.13%
GREEN value IS 160 (62.89% from 255) = 27.49%
BLUE value IS 235 (92.19% from 255) = 40.38%
R=32.13%
G=27.49%
B=40.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1871602350.200.3200.08261.665.2277.45
HexBBA0EB142008106414d
Octal2732403532440010406101115
Binary101110111010000011101011101001000000100010000011010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA0EB; }

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

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

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

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

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

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

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

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