#BBA0DE

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

Shades of Perfume #BBA0DE

Tints of Perfume #BBA0DE

Color information

#BBA0DE (or 0xBBA0DE) is unknown color: approx Perfume. HEX triplet: BB, A0 and DE. RGB value is (187,160,222). Sum of RGB (Red+Green+Blue) = 187+160+222=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 160 (62.89% from 255 or 28.12% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 222 - color contains mainly: blue. Hex color #BBA0DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA0DE is #445F21. Grayscale: #AEAEAE. Windows color (decimal): -4480802 or 14590139. OLE color: 14590139.

HSL color Cylindrical-coordinate representation of color #BBA0DE: hue angle of 266.13º degrees, saturation: 0.48, 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 #BBA0DE is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB187160222-
CMYK0.160.2800.13
HSL266.13º48.44%74.9%-
HSV(B)266.13º27.93%87.06%-
XYZ46.2540.9874.58-
YUV175.14154.45136.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.86%
GREEN value IS 160 (62.89% from 255) = 28.12%
BLUE value IS 222 (87.11% from 255) = 39.02%
R=32.86%
G=28.12%
B=39.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1871602220.160.2800.13266.1348.4474.9
HexBBA0DE101C0D10a304b
Octal273240336203401541260113
Binary1011101110100000110111101000011100011011000010101100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA0DE; }

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

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

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

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

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

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

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

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