#BB9DD1

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

Shades of Perfume #BB9DD1

Tints of Perfume #BB9DD1

Color information

#BB9DD1 (or 0xBB9DD1) is unknown color: approx Perfume. HEX triplet: BB, 9D and D1. RGB value is (187,157,209). Sum of RGB (Red+Green+Blue) = 187+157+209=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 157 (61.72% from 255 or 28.39% from 553); Blue value is 209 (82.03% from 255 or 37.79% from 553); Max value from RGB is 209 - color contains mainly: blue. Hex color #BB9DD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9DD1 is #44622E. Grayscale: #ABABAB. Windows color (decimal): -4481583 or 13737403. OLE color: 13737403.

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

Color convert

RGB187157209-
CMYK0.110.2500.18
HSL274.62º36.11%71.76%-
HSV(B)274.62º24.88%81.96%-
XYZ44.0639.2865.58-
YUV171.9148.94138.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.82%
GREEN value IS 157 (61.72% from 255) = 28.39%
BLUE value IS 209 (82.03% from 255) = 37.79%
R=33.82%
G=28.39%
B=37.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1871572090.110.2500.18274.6236.1171.76
HexBB9DD1B190121132448
Octal273235321133102242344110
Binary1011101110011101110100011011110010100101000100111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9DD1; }

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

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

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

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

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

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

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

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