#BD90F2

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

Shades of Perfume #BD90F2

Tints of Perfume #BD90F2

Color information

#BD90F2 (or 0xBD90F2) is unknown color: approx Perfume. HEX triplet: BD, 90 and F2. RGB value is (189,144,242). Sum of RGB (Red+Green+Blue) = 189+144+242=575 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.87% from 575); Green value is 144 (56.64% from 255 or 25.04% from 575); Blue value is 242 (94.92% from 255 or 42.09% from 575); Max value from RGB is 242 - color contains mainly: blue. Hex color #BD90F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD90F2 is #426F0D. Grayscale: #A8A8A8. Windows color (decimal): -4353806 or 15896765. OLE color: 15896765.

HSL color Cylindrical-coordinate representation of color #BD90F2: hue angle of 267.55º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD90F2 is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB189144242-
CMYK0.220.4000.05
HSL267.55º79.03%75.69%-
HSV(B)267.55º40.5%94.9%-
XYZ46.9937.1888.7-
YUV168.63169.41142.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.87%
GREEN value IS 144 (56.64% from 255) = 25.04%
BLUE value IS 242 (94.92% from 255) = 42.09%
R=32.87%
G=25.04%
B=42.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1891442420.220.4000.05267.5579.0375.69
HexBD90F216280510c4f4c
Octal275220362265005414117114
Binary10111101100100001111001010110101000010110000110010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD90F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD90F2; }

 p { color: rgb(189,144,242); }

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

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

 a { background-color: rgb(189,144,242); }

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

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

 span { border-color: rgb(189,144,242); }

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