#BB9FDC

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

Shades of Perfume #BB9FDC

Tints of Perfume #BB9FDC

Color information

#BB9FDC (or 0xBB9FDC) is unknown color: approx Perfume. HEX triplet: BB, 9F and DC. RGB value is (187,159,220). Sum of RGB (Red+Green+Blue) = 187+159+220=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 159 (62.5% from 255 or 28.09% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB9FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9FDC is #446023. Grayscale: #AEAEAE. Windows color (decimal): -4481060 or 14458811. OLE color: 14458811.

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

Color convert

RGB187159220-
CMYK0.150.2800.14
HSL267.54º46.56%74.31%-
HSV(B)267.54º27.73%86.27%-
XYZ45.8140.5373.12-
YUV174.33153.78137.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.04%
GREEN value IS 159 (62.5% from 255) = 28.09%
BLUE value IS 220 (86.33% from 255) = 38.87%
R=33.04%
G=28.09%
B=38.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1871592200.150.2800.14267.5446.5674.31
HexBB9FDCF1C0E10c2f4a
Octal273237334173401641457112
Binary101110111001111111011100111111100011101000011001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9FDC; }

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

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

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

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

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

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

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

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