#BE8FFC

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

Shades of Perfume #BE8FFC

Tints of Perfume #BE8FFC

Color information

#BE8FFC (or 0xBE8FFC) is unknown color: approx Perfume. HEX triplet: BE, 8F and FC. RGB value is (190,143,252). Sum of RGB (Red+Green+Blue) = 190+143+252=585 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.48% from 585); Green value is 143 (56.25% from 255 or 24.44% from 585); Blue value is 252 (98.83% from 255 or 43.08% from 585); Max value from RGB is 252 - color contains mainly: blue. Hex color #BE8FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE8FFC is #417003. Grayscale: #A9A9A9. Windows color (decimal): -4288516 or 16551870. OLE color: 16551870.

HSL color Cylindrical-coordinate representation of color #BE8FFC: hue angle of 265.87º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BE8FFC is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB190143252-
CMYK0.250.4300.01
HSL265.87º94.78%77.45%-
HSV(B)265.87º43.25%98.82%-
XYZ48.6337.6296.79-
YUV169.48174.57142.64-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.48%
GREEN value IS 143 (56.25% from 255) = 24.44%
BLUE value IS 252 (98.83% from 255) = 43.08%
R=32.48%
G=24.44%
B=43.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1901432520.250.4300.01265.8794.7877.45
HexBE8FFC192B0110a5f4d
Octal276217374315301412137115
Binary101111101000111111111100110011010110110000101010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8FFC; }

 p { color: rgb(190,143,252); }

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

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

 a { background-color: rgb(190,143,252); }

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

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

 span { border-color: rgb(190,143,252); }

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