#BD90F7

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

Shades of Perfume #BD90F7

Tints of Perfume #BD90F7

Color information

#BD90F7 (or 0xBD90F7) is unknown color: approx Perfume. HEX triplet: BD, 90 and F7. RGB value is (189,144,247). Sum of RGB (Red+Green+Blue) = 189+144+247=580 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.59% from 580); Green value is 144 (56.64% from 255 or 24.83% from 580); Blue value is 247 (96.88% from 255 or 42.59% from 580); Max value from RGB is 247 - color contains mainly: blue. Hex color #BD90F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD90F7 is #426F08. Grayscale: #A8A8A8. Windows color (decimal): -4353801 or 16224445. OLE color: 16224445.

HSL color Cylindrical-coordinate representation of color #BD90F7: hue angle of 266.21º degrees, saturation: 0.87, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD90F7 is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB189144247-
CMYK0.230.4200.03
HSL266.21º86.55%76.67%-
HSV(B)266.21º41.7%96.86%-
XYZ47.7537.4892.71-
YUV169.2171.91142.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.59%
GREEN value IS 144 (56.64% from 255) = 24.83%
BLUE value IS 247 (96.88% from 255) = 42.59%
R=32.59%
G=24.83%
B=42.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1891442470.230.4200.03266.2186.5576.67
HexBD90F7172A0310a574d
Octal275220367275203412127115
Binary1011110110010000111101111011110101001110000101010101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD90F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD90F7; }

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

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

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

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

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

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

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

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