#BB9CF0

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

Shades of Perfume #BB9CF0

Tints of Perfume #BB9CF0

Color information

#BB9CF0 (or 0xBB9CF0) is unknown color: approx Perfume. HEX triplet: BB, 9C and F0. RGB value is (187,156,240). Sum of RGB (Red+Green+Blue) = 187+156+240=583 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.08% from 583); Green value is 156 (61.33% from 255 or 26.76% from 583); Blue value is 240 (94.14% from 255 or 41.17% from 583); Max value from RGB is 240 - color contains mainly: blue. Hex color #BB9CF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9CF0 is #44630F. Grayscale: #AEAEAE. Windows color (decimal): -4481808 or 15768763. OLE color: 15768763.

HSL color Cylindrical-coordinate representation of color #BB9CF0: hue angle of 262.14º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB9CF0 is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB187156240-
CMYK0.220.3500.06
HSL262.14º73.68%77.65%-
HSV(B)262.14º35%94.12%-
XYZ48.1140.6387.75-
YUV174.84164.77136.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.08%
GREEN value IS 156 (61.33% from 255) = 26.76%
BLUE value IS 240 (94.14% from 255) = 41.17%
R=32.08%
G=26.76%
B=41.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1871562400.220.3500.06262.1473.6877.65
HexBB9CF01623061064a4e
Octal273234360264306406112116
Binary10111011100111001111000010110100011011010000011010010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9CF0; }

 p { color: rgb(187,156,240); }

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

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

 a { background-color: rgb(187,156,240); }

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

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

 span { border-color: rgb(187,156,240); }

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