#BC9DF1

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

Shades of Perfume #BC9DF1

Tints of Perfume #BC9DF1

Color information

#BC9DF1 (or 0xBC9DF1) is unknown color: approx Perfume. HEX triplet: BC, 9D and F1. RGB value is (188,157,241). Sum of RGB (Red+Green+Blue) = 188+157+241=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 157 (61.72% from 255 or 26.79% from 586); Blue value is 241 (94.53% from 255 or 41.13% from 586); Max value from RGB is 241 - color contains mainly: blue. Hex color #BC9DF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9DF1 is #43620E. Grayscale: #AFAFAF. Windows color (decimal): -4416015 or 15834556. OLE color: 15834556.

HSL color Cylindrical-coordinate representation of color #BC9DF1: hue angle of 262.14º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC9DF1 is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB188157241-
CMYK0.220.3500.05
HSL262.14º75%78.04%-
HSV(B)262.14º34.85%94.51%-
XYZ48.6741.1688.6-
YUV175.84164.77136.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.08%
GREEN value IS 157 (61.72% from 255) = 26.79%
BLUE value IS 241 (94.53% from 255) = 41.13%
R=32.08%
G=26.79%
B=41.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1881572410.220.3500.05262.147578.04
HexBC9DF11623051064b4e
Octal274235361264305406113116
Binary10111100100111011111000110110100011010110000011010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9DF1; }

 p { color: rgb(188,157,241); }

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

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

 a { background-color: rgb(188,157,241); }

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

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

 span { border-color: rgb(188,157,241); }

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