#BD97E5

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

Shades of Perfume #BD97E5

Tints of Perfume #BD97E5

Color information

#BD97E5 (or 0xBD97E5) is unknown color: approx Perfume. HEX triplet: BD, 97 and E5. RGB value is (189,151,229). Sum of RGB (Red+Green+Blue) = 189+151+229=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 151 (59.38% from 255 or 26.54% from 569); Blue value is 229 (89.84% from 255 or 40.25% from 569); Max value from RGB is 229 - color contains mainly: blue. Hex color #BD97E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD97E5 is #42681A. Grayscale: #AAAAAA. Windows color (decimal): -4352027 or 15046589. OLE color: 15046589.

HSL color Cylindrical-coordinate representation of color #BD97E5: hue angle of 269.23º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD97E5 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB189151229-
CMYK0.170.3400.10
HSL269.23º60%74.51%-
HSV(B)269.23º34.06%89.8%-
XYZ46.238.6179.15-
YUV171.25160.59140.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.22%
GREEN value IS 151 (59.38% from 255) = 26.54%
BLUE value IS 229 (89.84% from 255) = 40.25%
R=33.22%
G=26.54%
B=40.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1891512290.170.3400.10269.236074.51
HexBD97E511220A10d3c4b
Octal275227345214201241574113
Binary10111101100101111110010110001100010010101000011011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD97E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD97E5; }

 p { color: rgb(189,151,229); }

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

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

 a { background-color: rgb(189,151,229); }

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

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

 span { border-color: rgb(189,151,229); }

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