#BC95E0

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

Shades of Perfume #BC95E0

Tints of Perfume #BC95E0

Color information

#BC95E0 (or 0xBC95E0) is unknown color: approx Perfume. HEX triplet: BC, 95 and E0. RGB value is (188,149,224). Sum of RGB (Red+Green+Blue) = 188+149+224=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 149 (58.59% from 255 or 26.56% from 561); Blue value is 224 (87.89% from 255 or 39.93% from 561); Max value from RGB is 224 - color contains mainly: blue. Hex color #BC95E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC95E0 is #436A1F. Grayscale: #A8A8A8. Windows color (decimal): -4418080 or 14718396. OLE color: 14718396.

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

Color convert

RGB188149224-
CMYK0.160.3300.12
HSL271.2º54.74%73.14%-
HSV(B)271.2º33.48%87.84%-
XYZ44.9437.5775.4-
YUV169.21158.92141.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.51%
GREEN value IS 149 (58.59% from 255) = 26.56%
BLUE value IS 224 (87.89% from 255) = 39.93%
R=33.51%
G=26.56%
B=39.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1881492240.160.3300.12271.254.7473.14
HexBC95E010210C10f3749
Octal274225340204101441767111
Binary10111100100101011110000010000100001011001000011111101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC95E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC95E0; }

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

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

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

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

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

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

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

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