#bc8cfe

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

Shades of Perfume #BC8CFE

Tints of Perfume #BC8CFE

Color information

#BC8CFE (or 0xBC8CFE) is unknown color: approx Perfume. HEX triplet: BC, 8C and FE. RGB value is (188,140,254). Sum of RGB (Red+Green+Blue) = 188+140+254=582 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.30% from 582); Green value is 140 (55.08% from 255 or 24.05% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC8CFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8CFE is #437301. Grayscale: #A6A6A6. Windows color (decimal): -4420354 or 16682172. OLE color: 16682172.

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

Color convert

RGB188140254-
CMYK0.260.4500.00
HSL265.26º98.28%77.25%-
HSV(B)265.26º44.88%99.61%-
XYZ48.0136.698.3-
YUV167.35176.9142.73-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.30%
GREEN value IS 140 (55.08% from 255) = 24.05%
BLUE value IS 254 (99.61% from 255) = 43.64%
R=32.30%
G=24.05%
B=43.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1881402540.260.4500.00265.2698.2877.25
HexBC8CFE1A2D00109624d
Octal274214376325500411142115
Binary101111001000110011111110110101011010010000100111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc8cfe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc8cfe; }

 p { color: rgb(188,140,254); }

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

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

 a { background-color: rgb(188,140,254); }

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

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

 span { border-color: rgb(188,140,254); }

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