#BD92ED

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

Shades of Perfume #BD92ED

Tints of Perfume #BD92ED

Color information

#BD92ED (or 0xBD92ED) is unknown color: approx Perfume. HEX triplet: BD, 92 and ED. RGB value is (189,146,237). Sum of RGB (Red+Green+Blue) = 189+146+237=572 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.04% from 572); Green value is 146 (57.42% from 255 or 25.52% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD92ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD92ED is #426D12. Grayscale: #A8A8A8. Windows color (decimal): -4353299 or 15569597. OLE color: 15569597.

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

Color convert

RGB189146237-
CMYK0.200.3800.07
HSL268.35º71.65%75.1%-
HSV(B)268.35º38.4%92.94%-
XYZ46.5537.4984.9-
YUV169.23166.25142.1-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.04%
GREEN value IS 146 (57.42% from 255) = 25.52%
BLUE value IS 237 (92.97% from 255) = 41.43%
R=33.04%
G=25.52%
B=41.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1891462370.200.3800.07268.3571.6575.1
HexBD92ED14260710c484b
Octal275222355244607414110113
Binary10111101100100101110110110100100110011110000110010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD92ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD92ED; }

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

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

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

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

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

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

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

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