#BB9DDA

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

Shades of Perfume #BB9DDA

Tints of Perfume #BB9DDA

Color information

#BB9DDA (or 0xBB9DDA) is unknown color: approx Perfume. HEX triplet: BB, 9D and DA. RGB value is (187,157,218). Sum of RGB (Red+Green+Blue) = 187+157+218=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 157 (61.72% from 255 or 27.94% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB9DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9DDA is #446225. Grayscale: #ACACAC. Windows color (decimal): -4481574 or 14327227. OLE color: 14327227.

HSL color Cylindrical-coordinate representation of color #BB9DDA: hue angle of 269.51º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BB9DDA is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB187157218-
CMYK0.140.2800.15
HSL269.51º45.19%73.53%-
HSV(B)269.51º27.98%85.49%-
XYZ45.2139.7471.62-
YUV172.92153.44138.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.27%
GREEN value IS 157 (61.72% from 255) = 27.94%
BLUE value IS 218 (85.55% from 255) = 38.79%
R=33.27%
G=27.94%
B=38.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1871572180.140.2800.15269.5145.1973.53
HexBB9DDAE1C0F10e2d4a
Octal273235332163401741655112
Binary101110111001110111011010111011100011111000011101011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9DDA; }

 p { color: rgb(187,157,218); }

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

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

 a { background-color: rgb(187,157,218); }

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

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

 span { border-color: rgb(187,157,218); }

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