#BB9FDD

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

Shades of Perfume #BB9FDD

Tints of Perfume #BB9FDD

Color information

#BB9FDD (or 0xBB9FDD) is unknown color: approx Perfume. HEX triplet: BB, 9F and DD. RGB value is (187,159,221). Sum of RGB (Red+Green+Blue) = 187+159+221=567 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.98% from 567); Green value is 159 (62.5% from 255 or 28.04% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB9FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9FDD is #446022. Grayscale: #AEAEAE. Windows color (decimal): -4481059 or 14524347. OLE color: 14524347.

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

Color convert

RGB187159221-
CMYK0.150.2800.13
HSL267.1º47.69%74.51%-
HSV(B)267.1º28.05%86.67%-
XYZ45.9440.5873.82-
YUV174.44154.28136.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.98%
GREEN value IS 159 (62.5% from 255) = 28.04%
BLUE value IS 221 (86.72% from 255) = 38.98%
R=32.98%
G=28.04%
B=38.98%

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
Decimal1871592210.150.2800.13267.147.6974.51
HexBB9FDDF1C0D10b304b
Octal273237335173401541360113
Binary101110111001111111011101111111100011011000010111100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9FDD; }

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

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

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

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

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

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

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

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