#BD9FED

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

Shades of Perfume #BD9FED

Tints of Perfume #BD9FED

Color information

#BD9FED (or 0xBD9FED) is unknown color: approx Perfume. HEX triplet: BD, 9F and ED. RGB value is (189,159,237). Sum of RGB (Red+Green+Blue) = 189+159+237=585 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.31% from 585); Green value is 159 (62.5% from 255 or 27.18% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD9FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9FED is #426012. Grayscale: #B0B0B0. Windows color (decimal): -4349971 or 15572925. OLE color: 15572925.

HSL color Cylindrical-coordinate representation of color #BD9FED: hue angle of 263.08º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BD9FED is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189159237-
CMYK0.200.3300.07
HSL263.08º68.42%77.65%-
HSV(B)263.08º32.91%92.94%-
XYZ48.6741.7385.61-
YUV176.86161.94136.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.31%
GREEN value IS 159 (62.5% from 255) = 27.18%
BLUE value IS 237 (92.97% from 255) = 40.51%
R=32.31%
G=27.18%
B=40.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1891592370.200.3300.07263.0868.4277.65
HexBD9FED142107107444e
Octal275237355244107407104116
Binary10111101100111111110110110100100001011110000011110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9FED; }

 p { color: rgb(189,159,237); }

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

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

 a { background-color: rgb(189,159,237); }

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

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

 span { border-color: rgb(189,159,237); }

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