#BBA0DD

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

Shades of Perfume #BBA0DD

Tints of Perfume #BBA0DD

Color information

#BBA0DD (or 0xBBA0DD) is unknown color: approx Perfume. HEX triplet: BB, A0 and DD. RGB value is (187,160,221). Sum of RGB (Red+Green+Blue) = 187+160+221=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 160 (62.89% from 255 or 28.17% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBA0DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA0DD is #445F22. Grayscale: #AEAEAE. Windows color (decimal): -4480803 or 14524603. OLE color: 14524603.

HSL color Cylindrical-coordinate representation of color #BBA0DD: hue angle of 266.56º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBA0DD is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB187160221-
CMYK0.150.2800.13
HSL266.56º47.29%74.71%-
HSV(B)266.56º27.6%86.67%-
XYZ46.1240.9373.88-
YUV175.03153.95136.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.92%
GREEN value IS 160 (62.89% from 255) = 28.17%
BLUE value IS 221 (86.72% from 255) = 38.91%
R=32.92%
G=28.17%
B=38.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1871602210.150.2800.13266.5647.2974.71
HexBBA0DDF1C0D10b2f4b
Octal273240335173401541357113
Binary101110111010000011011101111111100011011000010111011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA0DD; }

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

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

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

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

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

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

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

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