#B99DF1

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

Shades of Perfume #B99DF1

Tints of Perfume #B99DF1

Color information

#B99DF1 (or 0xB99DF1) is unknown color: approx Perfume. HEX triplet: B9, 9D and F1. RGB value is (185,157,241). Sum of RGB (Red+Green+Blue) = 185+157+241=583 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.73% from 583); Green value is 157 (61.72% from 255 or 26.93% from 583); Blue value is 241 (94.53% from 255 or 41.34% from 583); Max value from RGB is 241 - color contains mainly: blue. Hex color #B99DF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99DF1 is #46620E. Grayscale: #AEAEAE. Windows color (decimal): -4612623 or 15834553. OLE color: 15834553.

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

Color convert

RGB185157241-
CMYK0.230.3500.05
HSL260º75%78.04%-
HSV(B)260º34.85%94.51%-
XYZ47.9440.7888.56-
YUV174.95165.28135.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.73%
GREEN value IS 157 (61.72% from 255) = 26.93%
BLUE value IS 241 (94.53% from 255) = 41.34%
R=31.73%
G=26.93%
B=41.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1851572410.230.3500.052607578.04
HexB99DF11723051044b4e
Octal271235361274305404113116
Binary10111001100111011111000110111100011010110000010010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99DF1; }

 p { color: rgb(185,157,241); }

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

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

 a { background-color: rgb(185,157,241); }

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

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

 span { border-color: rgb(185,157,241); }

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