#BB96DA

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

Shades of Perfume #BB96DA

Tints of Perfume #BB96DA

Color information

#BB96DA (or 0xBB96DA) is unknown color: approx Perfume. HEX triplet: BB, 96 and DA. RGB value is (187,150,218). Sum of RGB (Red+Green+Blue) = 187+150+218=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 150 (58.98% from 255 or 27.03% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB96DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB96DA is #446925. Grayscale: #A8A8A8. Windows color (decimal): -4483366 or 14325435. OLE color: 14325435.

HSL color Cylindrical-coordinate representation of color #BB96DA: hue angle of 272.65º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BB96DA is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB187150218-
CMYK0.140.3100.15
HSL272.65º47.89%72.16%-
HSV(B)272.65º31.19%85.49%-
XYZ44.0537.4471.23-
YUV168.82155.76140.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.69%
GREEN value IS 150 (58.98% from 255) = 27.03%
BLUE value IS 218 (85.55% from 255) = 39.28%
R=33.69%
G=27.03%
B=39.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1871502180.140.3100.15272.6547.8972.16
HexBB96DAE1F0F1113048
Octal273226332163701742160110
Binary101110111001011011011010111011111011111000100011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB96DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB96DA; }

 p { color: rgb(187,150,218); }

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

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

 a { background-color: rgb(187,150,218); }

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

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

 span { border-color: rgb(187,150,218); }

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