#BF99EB

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

Shades of Perfume #BF99EB

Tints of Perfume #BF99EB

Color information

#BF99EB (or 0xBF99EB) is unknown color: approx Perfume. HEX triplet: BF, 99 and EB. RGB value is (191,153,235). Sum of RGB (Red+Green+Blue) = 191+153+235=579 (76% of max value = 765). Red value is 191 (75% from 255 or 32.99% from 579); Green value is 153 (60.16% from 255 or 26.42% from 579); Blue value is 235 (92.19% from 255 or 40.59% from 579); Max value from RGB is 235 - color contains mainly: blue. Hex color #BF99EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF99EB is #406614. Grayscale: #ADADAD. Windows color (decimal): -4220437 or 15440319. OLE color: 15440319.

HSL color Cylindrical-coordinate representation of color #BF99EB: hue angle of 267.8º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BF99EB is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB191153235-
CMYK0.190.3500.08
HSL267.8º67.21%76.08%-
HSV(B)267.8º34.89%92.16%-
XYZ47.8739.8683.77-
YUV173.71162.59140.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.99%
GREEN value IS 153 (60.16% from 255) = 26.42%
BLUE value IS 235 (92.19% from 255) = 40.59%
R=32.99%
G=26.42%
B=40.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1911532350.190.3500.08267.867.2176.08
HexBF99EB13230810c434c
Octal2772313532343010414103114
Binary101111111001100111101011100111000110100010000110010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF99EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF99EB; }

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

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

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

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

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

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

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

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