#BD9BF6

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

Shades of Perfume #BD9BF6

Tints of Perfume #BD9BF6

Color information

#BD9BF6 (or 0xBD9BF6) is unknown color: approx Perfume. HEX triplet: BD, 9B and F6. RGB value is (189,155,246). Sum of RGB (Red+Green+Blue) = 189+155+246=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 155 (60.94% from 255 or 26.27% from 590); Blue value is 246 (96.48% from 255 or 41.69% from 590); Max value from RGB is 246 - color contains mainly: blue. Hex color #BD9BF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9BF6 is #426409. Grayscale: #AFAFAF. Windows color (decimal): -4350986 or 16161725. OLE color: 16161725.

HSL color Cylindrical-coordinate representation of color #BD9BF6: hue angle of 262.42º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD9BF6 is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB189155246-
CMYK0.230.3700.04
HSL262.42º83.49%78.63%-
HSV(B)262.42º36.99%96.47%-
XYZ49.3440.9292.49-
YUV175.54167.76137.6-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.03%
GREEN value IS 155 (60.94% from 255) = 26.27%
BLUE value IS 246 (96.48% from 255) = 41.69%
R=32.03%
G=26.27%
B=41.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1891552460.230.3700.04262.4283.4978.63
HexBD9BF6172504106534f
Octal275233366274504406123117
Binary10111101100110111111011010111100101010010000011010100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9BF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9BF6; }

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

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

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

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

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

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

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

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