#BD97EA

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

Shades of Perfume #BD97EA

Tints of Perfume #BD97EA

Color information

#BD97EA (or 0xBD97EA) is unknown color: approx Perfume. HEX triplet: BD, 97 and EA. RGB value is (189,151,234). Sum of RGB (Red+Green+Blue) = 189+151+234=574 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.93% from 574); Green value is 151 (59.38% from 255 or 26.31% from 574); Blue value is 234 (91.80% from 255 or 40.77% from 574); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD97EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD97EA is #426815. Grayscale: #ABABAB. Windows color (decimal): -4352022 or 15374269. OLE color: 15374269.

HSL color Cylindrical-coordinate representation of color #BD97EA: hue angle of 267.47º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BD97EA is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB189151234-
CMYK0.190.3500.08
HSL267.47º66.4%75.49%-
HSV(B)267.47º35.47%91.76%-
XYZ46.938.8982.88-
YUV171.82163.09140.25-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.93%
GREEN value IS 151 (59.38% from 255) = 26.31%
BLUE value IS 234 (91.80% from 255) = 40.77%
R=32.93%
G=26.31%
B=40.77%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1891512340.190.3500.08267.4766.475.49
HexBD97EA13230810b424b
Octal2752273522343010413102113
Binary101111011001011111101010100111000110100010000101110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD97EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD97EA; }

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

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

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

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

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

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

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

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