#BB8BF9

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

Shades of Perfume #BB8BF9

Tints of Perfume #BB8BF9

Color information

#BB8BF9 (or 0xBB8BF9) is unknown color: approx Perfume. HEX triplet: BB, 8B and F9. RGB value is (187,139,249). Sum of RGB (Red+Green+Blue) = 187+139+249=575 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.52% from 575); Green value is 139 (54.69% from 255 or 24.17% from 575); Blue value is 249 (97.66% from 255 or 43.30% from 575); Max value from RGB is 249 - color contains mainly: blue. Hex color #BB8BF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8BF9 is #447406. Grayscale: #A5A5A5. Windows color (decimal): -4486151 or 16354235. OLE color: 16354235.

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

Color convert

RGB187139249-
CMYK0.250.4400.02
HSL266.18º90.16%76.08%-
HSV(B)266.18º44.18%97.65%-
XYZ46.8335.8794.08-
YUV165.89174.9143.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.52%
GREEN value IS 139 (54.69% from 255) = 24.17%
BLUE value IS 249 (97.66% from 255) = 43.30%
R=32.52%
G=24.17%
B=43.30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1871392490.250.4400.02266.1890.1676.08
HexBB8BF9192C0210a5a4c
Octal273213371315402412132114
Binary1011101110001011111110011100110110001010000101010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8BF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8BF9; }

 p { color: rgb(187,139,249); }

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

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

 a { background-color: rgb(187,139,249); }

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

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

 span { border-color: rgb(187,139,249); }

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