#BF99EA

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

Shades of Perfume #BF99EA

Tints of Perfume #BF99EA

Color information

#BF99EA (or 0xBF99EA) is unknown color: approx Perfume. HEX triplet: BF, 99 and EA. RGB value is (191,153,234). Sum of RGB (Red+Green+Blue) = 191+153+234=578 (76% of max value = 765). Red value is 191 (75% from 255 or 33.04% from 578); Green value is 153 (60.16% from 255 or 26.47% from 578); Blue value is 234 (91.80% from 255 or 40.48% from 578); Max value from RGB is 234 - color contains mainly: blue. Hex color #BF99EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF99EA is #406615. Grayscale: #ADADAD. Windows color (decimal): -4220438 or 15374783. OLE color: 15374783.

HSL color Cylindrical-coordinate representation of color #BF99EA: hue angle of 268.15º degrees, saturation: 0.66, 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 #BF99EA is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB191153234-
CMYK0.180.3500.08
HSL268.15º65.85%75.88%-
HSV(B)268.15º34.62%91.76%-
XYZ47.7339.883.01-
YUV173.6162.09140.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.04%
GREEN value IS 153 (60.16% from 255) = 26.47%
BLUE value IS 234 (91.80% from 255) = 40.48%
R=33.04%
G=26.47%
B=40.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1911532340.180.3500.08268.1565.8575.88
HexBF99EA12230810c424c
Octal2772313522243010414102114
Binary101111111001100111101010100101000110100010000110010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF99EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF99EA; }

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

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

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

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

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

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

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

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