#BC95E1

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

Shades of Perfume #BC95E1

Tints of Perfume #BC95E1

Color information

#BC95E1 (or 0xBC95E1) is unknown color: approx Perfume. HEX triplet: BC, 95 and E1. RGB value is (188,149,225). Sum of RGB (Red+Green+Blue) = 188+149+225=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 149 (58.59% from 255 or 26.51% from 562); Blue value is 225 (88.28% from 255 or 40.04% from 562); Max value from RGB is 225 - color contains mainly: blue. Hex color #BC95E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC95E1 is #436A1E. Grayscale: #A9A9A9. Windows color (decimal): -4418079 or 14783932. OLE color: 14783932.

HSL color Cylindrical-coordinate representation of color #BC95E1: hue angle of 270.79º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BC95E1 is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB188149225-
CMYK0.160.3400.12
HSL270.79º55.88%73.33%-
HSV(B)270.79º33.78%88.24%-
XYZ45.0837.6276.12-
YUV169.32159.42141.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.45%
GREEN value IS 149 (58.59% from 255) = 26.51%
BLUE value IS 225 (88.28% from 255) = 40.04%
R=33.45%
G=26.51%
B=40.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1881492250.160.3400.12270.7955.8873.33
HexBC95E110220C10f3849
Octal274225341204201441770111
Binary10111100100101011110000110000100010011001000011111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC95E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC95E1; }

 p { color: rgb(188,149,225); }

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

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

 a { background-color: rgb(188,149,225); }

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

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

 span { border-color: rgb(188,149,225); }

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