#BC90EB

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

Shades of Perfume #BC90EB

Tints of Perfume #BC90EB

Color information

#BC90EB (or 0xBC90EB) is unknown color: approx Perfume. HEX triplet: BC, 90 and EB. RGB value is (188,144,235). Sum of RGB (Red+Green+Blue) = 188+144+235=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 144 (56.64% from 255 or 25.40% from 567); Blue value is 235 (92.19% from 255 or 41.45% from 567); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC90EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC90EB is #436F14. Grayscale: #A7A7A7. Windows color (decimal): -4419349 or 15438012. OLE color: 15438012.

HSL color Cylindrical-coordinate representation of color #BC90EB: hue angle of 269.01º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC90EB is Cyan = 0.2, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB188144235-
CMYK0.20.3900.08
HSL269.01º69.47%74.31%-
HSV(B)269.01º38.72%92.16%-
XYZ45.7136.6483.26-
YUV167.53166.08142.6-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.16%
GREEN value IS 144 (56.64% from 255) = 25.40%
BLUE value IS 235 (92.19% from 255) = 41.45%
R=33.16%
G=25.40%
B=41.45%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1881442350.20.3900.08269.0169.4774.31
HexBC90EB14270810d454a
Octal2742203532447010415105112
Binary101111001001000011101011101001001110100010000110110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC90EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC90EB; }

 p { color: rgb(188,144,235); }

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

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

 a { background-color: rgb(188,144,235); }

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

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

 span { border-color: rgb(188,144,235); }

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