#BB9DFA

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

Shades of Perfume #BB9DFA

Tints of Perfume #BB9DFA

Color information

#BB9DFA (or 0xBB9DFA) is unknown color: approx Perfume. HEX triplet: BB, 9D and FA. RGB value is (187,157,250). Sum of RGB (Red+Green+Blue) = 187+157+250=594 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.48% from 594); Green value is 157 (61.72% from 255 or 26.43% from 594); Blue value is 250 (98.05% from 255 or 42.09% from 594); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB9DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9DFA is #446205. Grayscale: #B0B0B0. Windows color (decimal): -4481542 or 16424379. OLE color: 16424379.

HSL color Cylindrical-coordinate representation of color #BB9DFA: hue angle of 259.35º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB9DFA is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187157250-
CMYK0.250.3700.02
HSL259.35º90.29%79.8%-
HSV(B)259.35º37.2%98.04%-
XYZ49.8141.5895.84-
YUV176.57169.44135.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.48%
GREEN value IS 157 (61.72% from 255) = 26.43%
BLUE value IS 250 (98.05% from 255) = 42.09%
R=31.48%
G=26.43%
B=42.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1871572500.250.3700.02259.3590.2979.8
HexBB9DFA1925021035a50
Octal273235372314502403132120
Binary1011101110011101111110101100110010101010000001110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9DFA; }

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

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

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

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

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

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

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

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