#BD9EF2

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

Shades of Perfume #BD9EF2

Tints of Perfume #BD9EF2

Color information

#BD9EF2 (or 0xBD9EF2) is unknown color: approx Perfume. HEX triplet: BD, 9E and F2. RGB value is (189,158,242). Sum of RGB (Red+Green+Blue) = 189+158+242=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 158 (62.11% from 255 or 26.83% from 589); Blue value is 242 (94.92% from 255 or 41.09% from 589); Max value from RGB is 242 - color contains mainly: blue. Hex color #BD9EF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9EF2 is #42610D. Grayscale: #B0B0B0. Windows color (decimal): -4350222 or 15900349. OLE color: 15900349.

HSL color Cylindrical-coordinate representation of color #BD9EF2: hue angle of 262.14º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BD9EF2 is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB189158242-
CMYK0.220.3500.05
HSL262.14º76.36%78.43%-
HSV(B)262.14º34.71%94.9%-
XYZ49.2441.6889.45-
YUV176.84164.77136.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.09%
GREEN value IS 158 (62.11% from 255) = 26.83%
BLUE value IS 242 (94.92% from 255) = 41.09%
R=32.09%
G=26.83%
B=41.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1891582420.220.3500.05262.1476.3678.43
HexBD9EF21623051064c4e
Octal275236362264305406114116
Binary10111101100111101111001010110100011010110000011010011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9EF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9EF2; }

 p { color: rgb(189,158,242); }

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

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

 a { background-color: rgb(189,158,242); }

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

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

 span { border-color: rgb(189,158,242); }

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