#BC95FF

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

Shades of Perfume #BC95FF

Tints of Perfume #BC95FF

Color information

#BC95FF (or 0xBC95FF) is unknown color: approx Perfume. HEX triplet: BC, 95 and FF. RGB value is (188,149,255). Sum of RGB (Red+Green+Blue) = 188+149+255=592 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.76% from 592); Green value is 149 (58.59% from 255 or 25.17% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC95FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC95FF is #436A00. Grayscale: #ACACAC. Windows color (decimal): -4418049 or 16750012. OLE color: 16750012.

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

Color convert

RGB188149255-
CMYK0.260.4200
HSL262.08º100%79.22%-
HSV(B)262.08º41.57%100%-
XYZ49.5439.4199.6-
YUV172.74174.42138.88-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.76%
GREEN value IS 149 (58.59% from 255) = 25.17%
BLUE value IS 255 (100% from 255) = 43.07%
R=31.76%
G=25.17%
B=43.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1881492550.260.4200262.0810079.22
HexBC95FF1A2A00106644f
Octal274225377325200406144117
Binary101111001001010111111111110101010100010000011011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC95FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC95FF; }

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

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

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

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

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

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

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

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