#BF99ED

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

Shades of Perfume #BF99ED

Tints of Perfume #BF99ED

Color information

#BF99ED (or 0xBF99ED) is unknown color: approx Perfume. HEX triplet: BF, 99 and ED. RGB value is (191,153,237). Sum of RGB (Red+Green+Blue) = 191+153+237=581 (76% of max value = 765). Red value is 191 (75% from 255 or 32.87% from 581); Green value is 153 (60.16% from 255 or 26.33% from 581); Blue value is 237 (92.97% from 255 or 40.79% from 581); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF99ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF99ED is #406612. Grayscale: #ADADAD. Windows color (decimal): -4220435 or 15571391. OLE color: 15571391.

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

Color convert

RGB191153237-
CMYK0.190.3500.07
HSL267.14º70%76.47%-
HSV(B)267.14º35.44%92.94%-
XYZ48.1639.9785.3-
YUV173.94163.59140.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.87%
GREEN value IS 153 (60.16% from 255) = 26.33%
BLUE value IS 237 (92.97% from 255) = 40.79%
R=32.87%
G=26.33%
B=40.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1911532370.190.3500.07267.147076.47
HexBF99ED13230710b464c
Octal277231355234307413106114
Binary10111111100110011110110110011100011011110000101110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF99ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF99ED; }

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

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

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

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

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

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

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

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