#BC9DFD

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

Shades of Perfume #BC9DFD

Tints of Perfume #BC9DFD

Color information

#BC9DFD (or 0xBC9DFD) is unknown color: approx Perfume. HEX triplet: BC, 9D and FD. RGB value is (188,157,253). Sum of RGB (Red+Green+Blue) = 188+157+253=598 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.44% from 598); Green value is 157 (61.72% from 255 or 26.25% from 598); Blue value is 253 (99.22% from 255 or 42.31% from 598); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC9DFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9DFD is #436202. Grayscale: #B0B0B0. Windows color (decimal): -4416003 or 16620988. OLE color: 16620988.

HSL color Cylindrical-coordinate representation of color #BC9DFD: hue angle of 259.38º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC9DFD is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB188157253-
CMYK0.260.3800.01
HSL259.38º96%80.39%-
HSV(B)259.38º37.94%99.22%-
XYZ50.5341.998.35-
YUV177.21170.77135.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.44%
GREEN value IS 157 (61.72% from 255) = 26.25%
BLUE value IS 253 (99.22% from 255) = 42.31%
R=31.44%
G=26.25%
B=42.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1881572530.260.3800.01259.389680.39
HexBC9DFD1A26011036050
Octal274235375324601403140120
Binary101111001001110111111101110101001100110000001111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9DFD; }

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

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

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

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

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

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

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

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