#BF99FF

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

Shades of Perfume #BF99FF

Tints of Perfume #BF99FF

Color information

#BF99FF (or 0xBF99FF) is unknown color: approx Perfume. HEX triplet: BF, 99 and FF. RGB value is (191,153,255). Sum of RGB (Red+Green+Blue) = 191+153+255=599 (79% of max value = 765). Red value is 191 (75% from 255 or 31.89% from 599); Green value is 153 (60.16% from 255 or 25.54% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF99FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF99FF is #406600. Grayscale: #AFAFAF. Windows color (decimal): -4220417 or 16751039. OLE color: 16751039.

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

Color convert

RGB191153255-
CMYK0.250.400
HSL262.35º100%80%-
HSV(B)262.35º40%100%-
XYZ50.9341.0899.85-
YUV175.99172.59138.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.89%
GREEN value IS 153 (60.16% from 255) = 25.54%
BLUE value IS 255 (100% from 255) = 42.57%
R=31.89%
G=25.54%
B=42.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1911532550.250.400262.3510080
HexBF99FF1928001066450
Octal277231377315000406144120
Binary101111111001100111111111110011010000010000011011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF99FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF99FF; }

 p { color: rgb(191,153,255); }

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

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

 a { background-color: rgb(191,153,255); }

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

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

 span { border-color: rgb(191,153,255); }

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