#BB98F3

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

Shades of Perfume #BB98F3

Tints of Perfume #BB98F3

Color information

#BB98F3 (or 0xBB98F3) is unknown color: approx Perfume. HEX triplet: BB, 98 and F3. RGB value is (187,152,243). Sum of RGB (Red+Green+Blue) = 187+152+243=582 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.13% from 582); Green value is 152 (59.77% from 255 or 26.12% from 582); Blue value is 243 (95.31% from 255 or 41.75% from 582); Max value from RGB is 243 - color contains mainly: blue. Hex color #BB98F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB98F3 is #44670C. Grayscale: #ACACAC. Windows color (decimal): -4482829 or 15964347. OLE color: 15964347.

HSL color Cylindrical-coordinate representation of color #BB98F3: hue angle of 263.08º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB98F3 is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB187152243-
CMYK0.230.3700.05
HSL263.08º79.13%77.45%-
HSV(B)263.08º37.45%95.29%-
XYZ47.939.4989.89-
YUV172.84167.6138.1-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.13%
GREEN value IS 152 (59.77% from 255) = 26.12%
BLUE value IS 243 (95.31% from 255) = 41.75%
R=32.13%
G=26.12%
B=41.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1871522430.230.3700.05263.0879.1377.45
HexBB98F31725051074f4d
Octal273230363274505407117115
Binary10111011100110001111001110111100101010110000011110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB98F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB98F3; }

 p { color: rgb(187,152,243); }

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

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

 a { background-color: rgb(187,152,243); }

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

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

 span { border-color: rgb(187,152,243); }

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