#BD98F1

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

Shades of Perfume #BD98F1

Tints of Perfume #BD98F1

Color information

#BD98F1 (or 0xBD98F1) is unknown color: approx Perfume. HEX triplet: BD, 98 and F1. RGB value is (189,152,241). Sum of RGB (Red+Green+Blue) = 189+152+241=582 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.47% from 582); Green value is 152 (59.77% from 255 or 26.12% from 582); Blue value is 241 (94.53% from 255 or 41.41% from 582); Max value from RGB is 241 - color contains mainly: blue. Hex color #BD98F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD98F1 is #42670E. Grayscale: #ACACAC. Windows color (decimal): -4351759 or 15833277. OLE color: 15833277.

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

Color convert

RGB189152241-
CMYK0.220.3700.05
HSL264.94º76.07%77.06%-
HSV(B)264.94º36.93%94.51%-
XYZ48.0939.6388.33-
YUV173.21166.26139.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.47%
GREEN value IS 152 (59.77% from 255) = 26.12%
BLUE value IS 241 (94.53% from 255) = 41.41%
R=32.47%
G=26.12%
B=41.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1891522410.220.3700.05264.9476.0777.06
HexBD98F11625051094c4d
Octal275230361264505411114115
Binary10111101100110001111000110110100101010110000100110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD98F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD98F1; }

 p { color: rgb(189,152,241); }

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

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

 a { background-color: rgb(189,152,241); }

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

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

 span { border-color: rgb(189,152,241); }

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