#BB9BE3

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

Shades of Perfume #BB9BE3

Tints of Perfume #BB9BE3

Color information

#BB9BE3 (or 0xBB9BE3) is unknown color: approx Perfume. HEX triplet: BB, 9B and E3. RGB value is (187,155,227). Sum of RGB (Red+Green+Blue) = 187+155+227=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 155 (60.94% from 255 or 27.24% from 569); Blue value is 227 (89.06% from 255 or 39.89% from 569); Max value from RGB is 227 - color contains mainly: blue. Hex color #BB9BE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9BE3 is #44641C. Grayscale: #ACACAC. Windows color (decimal): -4482077 or 14916539. OLE color: 14916539.

HSL color Cylindrical-coordinate representation of color #BB9BE3: hue angle of 266.67º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB9BE3 is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB187155227-
CMYK0.180.3200.11
HSL266.67º56.25%74.9%-
HSV(B)266.67º31.72%89.02%-
XYZ46.0839.5577.88-
YUV172.78158.6138.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.86%
GREEN value IS 155 (60.94% from 255) = 27.24%
BLUE value IS 227 (89.06% from 255) = 39.89%
R=32.86%
G=27.24%
B=39.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1871552270.180.3200.11266.6756.2574.9
HexBB9BE312200B10b384b
Octal273233343224001341370113
Binary10111011100110111110001110010100000010111000010111110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9BE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9BE3; }

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

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

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

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

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

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

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

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