#BB9FD1

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

Shades of Perfume #BB9FD1

Tints of Perfume #BB9FD1

Color information

#BB9FD1 (or 0xBB9FD1) is unknown color: approx Perfume. HEX triplet: BB, 9F and D1. RGB value is (187,159,209). Sum of RGB (Red+Green+Blue) = 187+159+209=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 159 (62.5% from 255 or 28.65% from 555); Blue value is 209 (82.03% from 255 or 37.66% from 555); Max value from RGB is 209 - color contains mainly: blue. Hex color #BB9FD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9FD1 is #44602E. Grayscale: #ACACAC. Windows color (decimal): -4481071 or 13737915. OLE color: 13737915.

HSL color Cylindrical-coordinate representation of color #BB9FD1: hue angle of 273.6º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BB9FD1 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB187159209-
CMYK0.110.2400.18
HSL273.6º35.21%72.16%-
HSV(B)273.6º23.92%81.96%-
XYZ44.439.9665.7-
YUV173.07148.28137.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.69%
GREEN value IS 159 (62.5% from 255) = 28.65%
BLUE value IS 209 (82.03% from 255) = 37.66%
R=33.69%
G=28.65%
B=37.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1871592090.110.2400.18273.635.2172.16
HexBB9FD1B180121122348
Octal273237321133002242243110
Binary1011101110011111110100011011110000100101000100101000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9FD1; }

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

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

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

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

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

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

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

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