#BB9BD6

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

Shades of Perfume #BB9BD6

Tints of Perfume #BB9BD6

Color information

#BB9BD6 (or 0xBB9BD6) is unknown color: approx Perfume. HEX triplet: BB, 9B and D6. RGB value is (187,155,214). Sum of RGB (Red+Green+Blue) = 187+155+214=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 155 (60.94% from 255 or 27.88% from 556); Blue value is 214 (83.98% from 255 or 38.49% from 556); Max value from RGB is 214 - color contains mainly: blue. Hex color #BB9BD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9BD6 is #446429. Grayscale: #ABABAB. Windows color (decimal): -4482090 or 14064571. OLE color: 14064571.

HSL color Cylindrical-coordinate representation of color #BB9BD6: hue angle of 272.54º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BB9BD6 is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB187155214-
CMYK0.130.2800.16
HSL272.54º41.84%72.35%-
HSV(B)272.54º27.57%83.92%-
XYZ44.3538.8668.78-
YUV171.29152.1139.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.63%
GREEN value IS 155 (60.94% from 255) = 27.88%
BLUE value IS 214 (83.98% from 255) = 38.49%
R=33.63%
G=27.88%
B=38.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1871552140.130.2800.16272.5441.8472.35
HexBB9BD6D1C0101112a48
Octal273233326153402042152110
Binary1011101110011011110101101101111000100001000100011010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9BD6; }

 p { color: rgb(187,155,214); }

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

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

 a { background-color: rgb(187,155,214); }

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

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

 span { border-color: rgb(187,155,214); }

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