#BE99FF

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

Shades of Perfume #BE99FF

Tints of Perfume #BE99FF

Color information

#BE99FF (or 0xBE99FF) is unknown color: approx Perfume. HEX triplet: BE, 99 and FF. RGB value is (190,153,255). Sum of RGB (Red+Green+Blue) = 190+153+255=598 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.77% from 598); Green value is 153 (60.16% from 255 or 25.59% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE99FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE99FF is #416600. Grayscale: #AFAFAF. Windows color (decimal): -4285953 or 16751038. OLE color: 16751038.

HSL color Cylindrical-coordinate representation of color #BE99FF: hue angle of 261.76º 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 #BE99FF is Cyan = 0.25, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB190153255-
CMYK0.250.400
HSL261.76º100%80%-
HSV(B)261.76º40%100%-
XYZ50.6840.9599.84-
YUV175.69172.76138.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.77%
GREEN value IS 153 (60.16% from 255) = 25.59%
BLUE value IS 255 (100% from 255) = 42.64%
R=31.77%
G=25.59%
B=42.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1901532550.250.400261.7610080
HexBE99FF1928001066450
Octal276231377315000406144120
Binary101111101001100111111111110011010000010000011011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE99FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE99FF; }

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

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

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

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

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

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

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

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