#B99CF1

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

Shades of Perfume #B99CF1

Tints of Perfume #B99CF1

Color information

#B99CF1 (or 0xB99CF1) is unknown color: approx Perfume. HEX triplet: B9, 9C and F1. RGB value is (185,156,241). Sum of RGB (Red+Green+Blue) = 185+156+241=582 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.79% from 582); Green value is 156 (61.33% from 255 or 26.80% from 582); Blue value is 241 (94.53% from 255 or 41.41% from 582); Max value from RGB is 241 - color contains mainly: blue. Hex color #B99CF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99CF1 is #46630E. Grayscale: #AEAEAE. Windows color (decimal): -4612879 or 15834297. OLE color: 15834297.

HSL color Cylindrical-coordinate representation of color #B99CF1: hue angle of 260.47º 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 #B99CF1 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB185156241-
CMYK0.230.3500.05
HSL260.47º75.22%77.84%-
HSV(B)260.47º35.27%94.51%-
XYZ47.7740.4488.51-
YUV174.36165.61135.59-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.79%
GREEN value IS 156 (61.33% from 255) = 26.80%
BLUE value IS 241 (94.53% from 255) = 41.41%
R=31.79%
G=26.80%
B=41.41%

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
Decimal1851562410.230.3500.05260.4775.2277.84
HexB99CF11723051044b4e
Octal271234361274305404113116
Binary10111001100111001111000110111100011010110000010010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99CF1; }

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

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

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

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

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

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

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

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