#BB9DDF

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

Shades of Perfume #BB9DDF

Tints of Perfume #BB9DDF

Color information

#BB9DDF (or 0xBB9DDF) is unknown color: approx Perfume. HEX triplet: BB, 9D and DF. RGB value is (187,157,223). Sum of RGB (Red+Green+Blue) = 187+157+223=567 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.98% from 567); Green value is 157 (61.72% from 255 or 27.69% from 567); Blue value is 223 (87.5% from 255 or 39.33% from 567); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB9DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9DDF is #446220. Grayscale: #ADADAD. Windows color (decimal): -4481569 or 14654907. OLE color: 14654907.

HSL color Cylindrical-coordinate representation of color #BB9DDF: hue angle of 267.27º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BB9DDF is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB187157223-
CMYK0.160.3000.13
HSL267.27º50.77%74.51%-
HSV(B)267.27º29.6%87.45%-
XYZ45.8740.0175.12-
YUV173.49155.94137.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.98%
GREEN value IS 157 (61.72% from 255) = 27.69%
BLUE value IS 223 (87.5% from 255) = 39.33%
R=32.98%
G=27.69%
B=39.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1871572230.160.3000.13267.2750.7774.51
HexBB9DDF101E0D10b334b
Octal273235337203601541363113
Binary1011101110011101110111111000011110011011000010111100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9DDF; }

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

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

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

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

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

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

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

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