#BD9BFC

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

Shades of Perfume #BD9BFC

Tints of Perfume #BD9BFC

Color information

#BD9BFC (or 0xBD9BFC) is unknown color: approx Perfume. HEX triplet: BD, 9B and FC. RGB value is (189,155,252). Sum of RGB (Red+Green+Blue) = 189+155+252=596 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.71% from 596); Green value is 155 (60.94% from 255 or 26.01% from 596); Blue value is 252 (98.83% from 255 or 42.28% from 596); Max value from RGB is 252 - color contains mainly: blue. Hex color #BD9BFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9BFC is #426403. Grayscale: #AFAFAF. Windows color (decimal): -4350980 or 16554941. OLE color: 16554941.

HSL color Cylindrical-coordinate representation of color #BD9BFC: hue angle of 261.03º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD9BFC is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB189155252-
CMYK0.250.3800.01
HSL261.03º94.17%79.8%-
HSV(B)261.03º38.49%98.82%-
XYZ50.2841.2997.42-
YUV176.22170.76137.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.71%
GREEN value IS 155 (60.94% from 255) = 26.01%
BLUE value IS 252 (98.83% from 255) = 42.28%
R=31.71%
G=26.01%
B=42.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1891552520.250.3800.01261.0394.1779.8
HexBD9BFC1926011055e50
Octal275233374314601405136120
Binary101111011001101111111100110011001100110000010110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9BFC; }

 p { color: rgb(189,155,252); }

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

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

 a { background-color: rgb(189,155,252); }

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

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

 span { border-color: rgb(189,155,252); }

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