#BD9BFE

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

Shades of Perfume #BD9BFE

Tints of Perfume #BD9BFE

Color information

#BD9BFE (or 0xBD9BFE) is unknown color: approx Perfume. HEX triplet: BD, 9B and FE. RGB value is (189,155,254). Sum of RGB (Red+Green+Blue) = 189+155+254=598 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.61% from 598); Green value is 155 (60.94% from 255 or 25.92% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD9BFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9BFE is #426401. Grayscale: #B0B0B0. Windows color (decimal): -4350978 or 16686013. OLE color: 16686013.

HSL color Cylindrical-coordinate representation of color #BD9BFE: hue angle of 260.61º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BD9BFE is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB189155254-
CMYK0.260.3900.00
HSL260.61º98.02%80.2%-
HSV(B)260.61º38.98%99.61%-
XYZ50.641.4299.09-
YUV176.45171.76136.95-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.61%
GREEN value IS 155 (60.94% from 255) = 25.92%
BLUE value IS 254 (99.61% from 255) = 42.47%
R=31.61%
G=25.92%
B=42.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1891552540.260.3900.00260.6198.0280.2
HexBD9BFE1A27001056250
Octal275233376324700405142120
Binary101111011001101111111110110101001110010000010111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9BFE; }

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

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

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

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

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

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

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

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