#BE9FDB

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

Shades of Perfume #BE9FDB

Tints of Perfume #BE9FDB

Color information

#BE9FDB (or 0xBE9FDB) is unknown color: approx Perfume. HEX triplet: BE, 9F and DB. RGB value is (190,159,219). Sum of RGB (Red+Green+Blue) = 190+159+219=568 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.45% from 568); Green value is 159 (62.5% from 255 or 27.99% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE9FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9FDB is #416024. Grayscale: #AEAEAE. Windows color (decimal): -4284453 or 14393278. OLE color: 14393278.

HSL color Cylindrical-coordinate representation of color #BE9FDB: hue angle of 271º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BE9FDB is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB190159219-
CMYK0.130.2700.14
HSL271º45.45%74.12%-
HSV(B)271º27.4%85.88%-
XYZ46.4240.8672.46-
YUV175.11152.77138.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.45%
GREEN value IS 159 (62.5% from 255) = 27.99%
BLUE value IS 219 (85.94% from 255) = 38.56%
R=33.45%
G=27.99%
B=38.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1901592190.130.2700.1427145.4574.12
HexBE9FDBD1B0E10f2d4a
Octal276237333153301641755112
Binary101111101001111111011011110111011011101000011111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9FDB; }

 p { color: rgb(190,159,219); }

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

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

 a { background-color: rgb(190,159,219); }

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

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

 span { border-color: rgb(190,159,219); }

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