#B99BFF

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

Shades of Perfume #B99BFF

Tints of Perfume #B99BFF

Color information

#B99BFF (or 0xB99BFF) is unknown color: approx Perfume. HEX triplet: B9, 9B and FF. RGB value is (185,155,255). Sum of RGB (Red+Green+Blue) = 185+155+255=595 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.09% from 595); Green value is 155 (60.94% from 255 or 26.05% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #B99BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99BFF is #466400. Grayscale: #AFAFAF. Windows color (decimal): -4613121 or 16751545. OLE color: 16751545.

HSL color Cylindrical-coordinate representation of color #B99BFF: hue angle of 258º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B99BFF is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB185155255-
CMYK0.270.3900
HSL258º100%80.39%-
HSV(B)258º39.22%100%-
XYZ49.7840.9899.89-
YUV175.37172.94134.87-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.09%
GREEN value IS 155 (60.94% from 255) = 26.05%
BLUE value IS 255 (100% from 255) = 42.86%
R=31.09%
G=26.05%
B=42.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1851552550.270.390025810080.39
HexB99BFF1B27001026450
Octal271233377334700402144120
Binary101110011001101111111111110111001110010000001011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99BFF; }

 p { color: rgb(185,155,255); }

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

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

 a { background-color: rgb(185,155,255); }

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

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

 span { border-color: rgb(185,155,255); }

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