#BD90EE

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

Shades of Perfume #BD90EE

Tints of Perfume #BD90EE

Color information

#BD90EE (or 0xBD90EE) is unknown color: approx Perfume. HEX triplet: BD, 90 and EE. RGB value is (189,144,238). Sum of RGB (Red+Green+Blue) = 189+144+238=571 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.10% from 571); Green value is 144 (56.64% from 255 or 25.22% from 571); Blue value is 238 (93.36% from 255 or 41.68% from 571); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD90EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD90EE is #426F11. Grayscale: #A7A7A7. Windows color (decimal): -4353810 or 15634621. OLE color: 15634621.

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

Color convert

RGB189144238-
CMYK0.210.3900.07
HSL268.72º73.44%74.9%-
HSV(B)268.72º39.5%93.33%-
XYZ46.3936.9485.57-
YUV168.17167.41142.86-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.10%
GREEN value IS 144 (56.64% from 255) = 25.22%
BLUE value IS 238 (93.36% from 255) = 41.68%
R=33.10%
G=25.22%
B=41.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1891442380.210.3900.07268.7273.4474.9
HexBD90EE15270710d494b
Octal275220356254707415111113
Binary10111101100100001110111010101100111011110000110110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD90EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD90EE; }

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

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

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

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

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

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

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

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