#bc90ee

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

Shades of Perfume #BC90EE

Tints of Perfume #BC90EE

Color information

#BC90EE (or 0xBC90EE) is unknown color: approx Perfume. HEX triplet: BC, 90 and EE. RGB value is (188,144,238). Sum of RGB (Red+Green+Blue) = 188+144+238=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 144 (56.64% from 255 or 25.26% from 570); Blue value is 238 (93.36% from 255 or 41.75% from 570); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC90EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC90EE is #436F11. Grayscale: #A7A7A7. Windows color (decimal): -4419346 or 15634620. OLE color: 15634620.

HSL color Cylindrical-coordinate representation of color #BC90EE: hue angle of 268.09º 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 #BC90EE is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188144238-
CMYK0.210.3900.07
HSL268.09º73.44%74.9%-
HSV(B)268.09º39.5%93.33%-
XYZ46.1436.8185.56-
YUV167.87167.58142.36-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.98%
GREEN value IS 144 (56.64% from 255) = 25.26%
BLUE value IS 238 (93.36% from 255) = 41.75%
R=32.98%
G=25.26%
B=41.75%

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
Decimal1881442380.210.3900.07268.0973.4474.9
HexBC90EE15270710c494b
Octal274220356254707414111113
Binary10111100100100001110111010101100111011110000110010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc90ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc90ee; }

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

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

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

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

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

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

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

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