#BC9DE6

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

Shades of Perfume #BC9DE6

Tints of Perfume #BC9DE6

Color information

#BC9DE6 (or 0xBC9DE6) is unknown color: approx Perfume. HEX triplet: BC, 9D and E6. RGB value is (188,157,230). Sum of RGB (Red+Green+Blue) = 188+157+230=575 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.70% from 575); Green value is 157 (61.72% from 255 or 27.30% from 575); Blue value is 230 (90.23% from 255 or 40% from 575); Max value from RGB is 230 - color contains mainly: blue. Hex color #BC9DE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9DE6 is #436219. Grayscale: #AEAEAE. Windows color (decimal): -4416026 or 15113660. OLE color: 15113660.

HSL color Cylindrical-coordinate representation of color #BC9DE6: hue angle of 265.48º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC9DE6 is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB188157230-
CMYK0.180.3200.10
HSL265.48º59.35%75.88%-
HSV(B)265.48º31.74%90.2%-
XYZ47.0840.5280.2-
YUV174.59159.27137.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.70%
GREEN value IS 157 (61.72% from 255) = 27.30%
BLUE value IS 230 (90.23% from 255) = 40%
R=32.70%
G=27.30%
B=40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1881572300.180.3200.10265.4859.3575.88
HexBC9DE612200A1093b4c
Octal274235346224001241173114
Binary10111100100111011110011010010100000010101000010011110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9DE6; }

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

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

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

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

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

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

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

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