#BC9FED

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

Shades of Perfume #BC9FED

Tints of Perfume #BC9FED

Color information

#BC9FED (or 0xBC9FED) is unknown color: approx Perfume. HEX triplet: BC, 9F and ED. RGB value is (188,159,237). Sum of RGB (Red+Green+Blue) = 188+159+237=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 159 (62.5% from 255 or 27.23% from 584); Blue value is 237 (92.97% from 255 or 40.58% from 584); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC9FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9FED is #436012. Grayscale: #B0B0B0. Windows color (decimal): -4415507 or 15572924. OLE color: 15572924.

HSL color Cylindrical-coordinate representation of color #BC9FED: hue angle of 262.31º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BC9FED is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188159237-
CMYK0.210.3300.07
HSL262.31º68.42%77.65%-
HSV(B)262.31º32.91%92.94%-
XYZ48.4241.685.6-
YUV176.56162.11136.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.19%
GREEN value IS 159 (62.5% from 255) = 27.23%
BLUE value IS 237 (92.97% from 255) = 40.58%
R=32.19%
G=27.23%
B=40.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1881592370.210.3300.07262.3168.4277.65
HexBC9FED152107106444e
Octal274237355254107406104116
Binary10111100100111111110110110101100001011110000011010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9FED; }

 p { color: rgb(188,159,237); }

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

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

 a { background-color: rgb(188,159,237); }

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

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

 span { border-color: rgb(188,159,237); }

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