#BC90FF

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

Shades of Perfume #BC90FF

Tints of Perfume #BC90FF

Color information

#BC90FF (or 0xBC90FF) is unknown color: approx Perfume. HEX triplet: BC, 90 and FF. RGB value is (188,144,255). Sum of RGB (Red+Green+Blue) = 188+144+255=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 144 (56.64% from 255 or 24.53% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC90FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC90FF is #436F00. Grayscale: #A9A9A9. Windows color (decimal): -4419329 or 16748732. OLE color: 16748732.

HSL color Cylindrical-coordinate representation of color #BC90FF: hue angle of 263.78º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC90FF is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB188144255-
CMYK0.260.4400
HSL263.78º100%78.24%-
HSV(B)263.78º43.53%100%-
XYZ48.7637.8699.34-
YUV169.81176.08140.97-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.03%
GREEN value IS 144 (56.64% from 255) = 24.53%
BLUE value IS 255 (100% from 255) = 43.44%
R=32.03%
G=24.53%
B=43.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1881442550.260.4400263.7810078.24
HexBC90FF1A2C00108644e
Octal274220377325400410144116
Binary101111001001000011111111110101011000010000100011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC90FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC90FF; }

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

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

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

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

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

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

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

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